15 lines
338 B
JSON
15 lines
338 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"es2021"
|
|
],
|
|
"types": ["node"],
|
|
"target": "es2021",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "./build",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true
|
|
}
|
|
} |