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