rondo-framework/packages/tsconfig.common.json

28 lines
643 B
JSON

{
"compilerOptions": {
"composite": true,
"declaration": true,
"declarationMap": true,
"inlineSourceMap": true,
"inlineSources": true,
"lib": ["es2015", "dom"],
"target": "es3",
"moduleResolution": "node",
"jsx": "react",
"noImplicitAny": true,
"strict": true,
"skipLibCheck": true,
"noUnusedLocals": false,
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"plugins": [{
"name": "typescript-tslint-plugin",
"suppressWhileTypeErrorsPresent": true
}, {
"transform": "ts-transformer-keys/transformer"
}]
}
}