ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
18 lines (17 loc) • 429 B
JSON
{
"compilerOptions": {
"lib": ["es2017", "dom"],
"module": "commonjs",
"moduleResolution": "node",
"outDir": "../../dist/schematics-test",
"noEmitOnError": false,
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"target": "es6",
"types": ["jasmine", "node"]
},
"exclude": ["*/files/**/*"]
}