1
0
forked from circlecloud/tera
tera/tsconfig.json
MiaoWoo 812813da8d fix: method refactor error
Signed-off-by: MiaoWoo <admin@yumc.pw>
2019-07-10 17:28:08 +08:00

13 lines
229 B
JSON

{
"compilerOptions": {
"outDir": "dist",
"allowJs": true,
"sourceMap": true,
"target": "es5"
},
"include": [
"./src/**/*",
"./src/**/**/*",
"global.d.ts"
]
}