ts-learnings/tsconfig.json
2019-03-27 11:20:25 +08:00

11 lines
158 B
JSON

{
"files": [
"src/*.ts"
],
"compilerOptions": {
"noImplicitAny": true,
"target": "es5",
"outDir": "dist/"
}
}