ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
51 lines • 1.09 kB
JSON
{
"compileOnSave": false,
"compilerOptions": {
"rootDir": ".",
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"emitDecoratorMetadata": true,
"downlevelIteration": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"module": "esnext",
"moduleResolution": "node",
"target": "es2015",
"lib": [
"es2018",
"dom"
],
"baseUrl": "./",
"paths": {
"@ohayo/*": [
"./packages/*"
],
"@shared": [
"./src/app/shared"
],
"@core": [
"./src/app/core/index"
]
},
"noUnusedParameters": true,
"noUnusedLocals": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"skipLibCheck": true,
"importHelpers": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noFallthroughCasesInSwitch": true,
"types": [
"node",
"jasmine"
],
"typeRoots": [ "../node_modules/@types" ]
},
"exclude": [
"node_modules",
"tmp"
]
}