ts-learnings/tsconfig.json

11 lines
158 B
JSON
Raw Normal View History

2019-03-27 08:31:28 +08:00
{
"files": [
2019-03-27 11:20:25 +08:00
"src/*.ts"
2019-03-27 08:31:28 +08:00
],
"compilerOptions": {
"noImplicitAny": true,
"target": "es5",
"outDir": "dist/"
}
}