TeaWeb/shared/tsconfig/dtsconfig_app.json

12 lines
207 B
JSON
Raw Normal View History

2018-12-04 18:48:35 +01:00
{
"source_files": [
2020-05-03 20:59:18 +02:00
"**/*.ts",
"**/*.tsx"
2018-12-04 18:48:35 +01:00
],
"exclude": [
2020-03-28 13:58:36 +01:00
"workers/**/*.ts"
2018-12-04 18:48:35 +01:00
],
2020-03-28 13:58:36 +01:00
"base_directory": "shared/js/",
"target_directory": "../../declarations/shared-app",
2020-03-28 13:58:36 +01:00
"modular": true
}