TeaWeb/shared/tsconfig/dtsconfig_app.json
2020-05-03 20:59:18 +02:00

12 lines
No EOL
207 B
JSON

{
"source_files": [
"**/*.ts",
"**/*.tsx"
],
"exclude": [
"workers/**/*.ts"
],
"base_directory": "shared/js/",
"target_directory": "../../declarations/shared-app",
"modular": true
}