16 lines
302 B
JSON
16 lines
302 B
JSON
|
{
|
||
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "public/js",
|
||
|
"rootDir": "../../../intermediates/assets",
|
||
|
},
|
||
|
"include": [
|
||
|
"src/assets/ts/**/*"
|
||
|
],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../../common"
|
||
|
}
|
||
|
]
|
||
|
}
|