TeaWeb/web/tsconfig/tsconfig.json

13 lines
227 B
JSON
Raw Permalink Normal View History

2018-10-28 22:01:09 +00:00
/* general web project config */
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"sourceMap": true
},
"include": [
"../types",
2018-10-28 22:01:09 +00:00
"../declarations/imports_*.d.ts",
"../app/**/*.ts"
2018-10-28 22:01:09 +00:00
]
}