TeaWeb/shared/tsconfig/dtsconfig.json

10 lines
145 B
JSON
Raw Normal View History

2018-12-04 18:48:35 +01:00
{
"source_files": [
"../js/**/*.ts"
],
"exclude": [
"../js/workers/**/*.ts"
],
"target_file": "../declarations/exports.d.ts"
}