2024-04-27 16:50:27 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2024-04-28 19:33:10 +00:00
|
|
|
"target": "es5",
|
|
|
|
"lib": [ "es2022", "webworker", "dom" ],
|
|
|
|
"skipLibCheck": true,
|
2024-04-27 16:50:27 +00:00
|
|
|
"module": "preserve",
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"strict": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"preserveConstEnums": true,
|
|
|
|
"sourceMap": false,
|
|
|
|
"outDir": "./src"
|
|
|
|
},
|
|
|
|
"include": [ "./ts/*.ts"]
|
|
|
|
}
|