TeaWeb/web/tsconfig/dtsconfig.json

6 lines
97 B
JSON
Raw Normal View History

2018-12-04 17:48:35 +00:00
{
"source_files": [
"../app/**/*.ts"
2018-12-04 17:48:35 +00:00
],
"target_file": "../declarations/exports.d.ts"
}