2023-07-22 21:36:46 +00:00
|
|
|
{
|
2024-04-08 01:10:23 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"module": "esnext",
|
|
|
|
"target": "es2020",
|
|
|
|
"moduleResolution": "NodeNext",
|
|
|
|
"sourceMap": true,
|
|
|
|
"strict": true,
|
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
|
|
|
"outDir": "./built/",
|
|
|
|
"removeComments": true,
|
|
|
|
"strictFunctionTypes": true,
|
|
|
|
"strictNullChecks": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"esModuleInterop": true
|
|
|
|
},
|
|
|
|
"exclude": ["node_modules", "built"]
|
2023-11-05 14:28:55 +00:00
|
|
|
}
|