17 lines
347 B
JSON
17 lines
347 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
|
|
"outDir": "dist",
|
|
"lib": ["es2017", "dom"],
|
|
"types": ["reflect-metadata", "@types/mocha", "@types/node"],
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"sourceMap": true
|
|
|
|
}
|
|
}
|