ily.li/src/assets/views/tsconfig.json

16 lines
302 B
JSON
Raw Normal View History

2021-11-20 19:54:59 +01:00
{
"extends": "@tsconfig/svelte/tsconfig.json",
"compilerOptions": {
"outDir": "public/js",
"rootDir": "../../../intermediates/assets",
},
"include": [
"src/assets/ts/**/*"
],
"references": [
{
"path": "../../common"
}
]
}