1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-07 14:35:28 +02:00
documize/jsconfig.json
2016-07-07 18:54:16 -07:00

7 lines
No EOL
163 B
JSON

{
"compilerOptions": {
"target": "es6",
"experimentalDecorators": true
},
"exclude": ["node_modules", "bower_components", "tmp", "vendor", ".git", "dist"]
}