12 lines
244 B
JSON
12 lines
244 B
JSON
|
{
|
||
|
"extends": "@tsconfig/recommended/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"alwaysStrict": true,
|
||
|
"allowImportingTsExtensions": true,
|
||
|
"target": "esnext"
|
||
|
},
|
||
|
"include": [
|
||
|
"assets/scripts/**/*"
|
||
|
]
|
||
|
}
|