mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
d1bfe30c79
editable was not passed to tag, edit mode broke
26 lines
588 B
JSON
26 lines
588 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "ES2020",
|
|
"lib": ["es2020","dom"],
|
|
"outDir": "",
|
|
"rootDir": "./",
|
|
"emitDecoratorMetadata": false,
|
|
"experimentalDecorators": true,
|
|
"useDefineForClassFields": false,
|
|
"removeComments": false,
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"sourceMap": true
|
|
},
|
|
"include" : [
|
|
"**/js/*",
|
|
"api/js/**/*",
|
|
"node_modules/@types/**/*",
|
|
"*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |