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