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