oral-ts
Version:
a testing framework for typescript
16 lines (15 loc) • 327 B
JSON
{
"compilerOptions": {
"target": "ES5",
"experimentalDecorators": true,
"outDir": "dist",
"sourceMap": true,
"module": "commonjs",
"esModuleInterop": true,
"declaration": true,
"allowJs": true,
"emitDecoratorMetadata": true,
"downlevelIteration": true
},
"include": ["src/**/*"]
}