mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
23 lines
489 B
JSON
23 lines
489 B
JSON
|
{
|
||
|
"compileOnSave": true,
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"lib": ["es2015","dom"],
|
||
|
"outDir": "",
|
||
|
"rootDir": "./",
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"removeComments": false,
|
||
|
"moduleResolution": "node",
|
||
|
"noImplicitAny": false
|
||
|
},
|
||
|
"include" : [
|
||
|
"**/js/*",
|
||
|
"api/js/**/*",
|
||
|
"node_modules/@types/**/*",
|
||
|
"*"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|