tera/tsconfig.json
MiaoWoo f0d4952b27 style: comment unused code and format
Signed-off-by: MiaoWoo <admin@yumc.pw>
2019-07-10 17:53:52 +08:00

14 lines
261 B
JSON

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