TeaWeb/shared/tsconfig/dtsconfig_packed.json
2019-08-30 23:06:39 +02:00

9 lines
152 B
JSON

{
"source_files": [
"../js/**/*.ts"
],
"exclude": [
"../js/workers/**/*.ts"
],
"target_file": "../declarations/exports_packed.d.ts"
}