14 lines
No EOL
288 B
JSON
14 lines
No EOL
288 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2021"
|
|
],
|
|
"target": "es2021",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./build",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true
|
|
}
|
|
} |