11 lines
196 B
JSON
11 lines
196 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2023",
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"strictNullChecks": true,
|
||
|
},
|
||
|
"include": [
|
||
|
"static/**.mts",
|
||
|
],
|
||
|
}
|