12 lines
247 B
JSON
12 lines
247 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"rootDir": "./src",
|
|
"outDir": "./build",
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata":true
|
|
}
|
|
} |