dayu/tsconfig.json
MiaoWoo aed21b2ff6 feat: add amis jssdk page
Signed-off-by: MiaoWoo <admin@yumc.pw>
2019-12-25 15:41:27 +08:00

15 lines
376 B
JSON

{
"compilerOptions": {
"baseUrl": "src",
"outDir": "dist",
"target": "es6",
"module": "commonjs",
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"noImplicitAny": true,
"allowUnreachableCode": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
}