mirror of
https://github.com/documize/community.git
synced 2025-08-03 04:25:25 +02:00
13 lines
338 B
JSON
13 lines
338 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": ["node_modules", "bower_components", "tmp", "vendor", ".git", "dist", "dist-prod", "gui/node_modules", "gui/dist", "gui/dist-prod", "gui/tmp"],
|
|
"typeAcquisition": {
|
|
"include": [
|
|
"underscore"
|
|
]
|
|
}
|
|
}
|