18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ES2020",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"noEmitOnError": true,
|
|
"outDir": "./static/js",
|
|
"rootDir": "./static/ts",
|
|
"sourceMap": false,
|
|
"removeComments": false,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"static/ts/**/*.ts"
|
|
]
|
|
}
|