UNPKG

@jzt-hinny/mvc

Version:
36 lines (35 loc) 760 B
{ "compilerOptions": { "baseUrl": ".", "outDir": "./dist", "allowJs": true, "target": "ES5", "module": "CommonJS", "moduleResolution": "Node", "sourceMap": true, "inlineSourceMap": false, "inlineSources": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "noImplicitReturns": true, "noUnusedLocals": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "strict": true, "checkJs": true, "declaration": true, "skipLibCheck": true, "lib": [ "ES5", "ES2015", "ES2016", "ES2017", "ES2018", "ES2019", "ES2020" ] }, "exclude": [ "./dist" ] }