mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
25 lines
548 B
JSON
25 lines
548 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "ES2015",
|
|
"lib": ["es2020","dom"],
|
|
"outDir": "",
|
|
"rootDir": "./",
|
|
"emitDecoratorMetadata": false,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false,
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"sourceMap": true
|
|
},
|
|
"include" : [
|
|
"**/js/*",
|
|
"api/js/**/*",
|
|
"node_modules/@types/**/*",
|
|
"*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |