16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"noEmitOnError": true,
|
|
"allowJs": false,
|
|
"noEmit": true,
|
|
"sourceMap": false,
|
|
"removeComments": false,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["static/*.ts"]
|
|
}
|