19 lines
477 B
JSON
19 lines
477 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2021"
|
|
],
|
|
"types": ["node"],
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./build",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"strictPropertyInitialization": false
|
|
}
|
|
} |