@lakutata/core
Version:
Lakutata Framework Core
36 lines (35 loc) • 719 B
JSON
{
"compilerOptions": {
"strict": true,
"module": "CommonJS",
"target": "ES2020",
"declaration": true,
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": true,
"allowJs": true,
"pretty": true,
"noUnusedLocals": false,
"noImplicitAny": false,
"noUnusedParameters": false,
"outDir": "build",
"rootDir": "src",
"moduleResolution": "Node",
"esModuleInterop": true,
"strictPropertyInitialization": false,
"resolveJsonModule": true,
"types": [
"reflect-metadata",
"node"
],
"lib": [
"ES2020",
"dom"
]
},
"exclude": [
"node_modules",
"build"
]
}