@jzt-hinny/mvc
Version:
clever-hinny Web开发js模块
36 lines (35 loc) • 760 B
JSON
{
"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"
]
}