mirror of
https://github.com/documize/community.git
synced 2025-08-06 05:55:25 +02:00
7 lines
163 B
JSON
7 lines
163 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es6",
|
||
|
"experimentalDecorators": true
|
||
|
},
|
||
|
"exclude": ["node_modules", "bower_components", "tmp", "vendor", ".git", "dist"]
|
||
|
}
|