forked from extern/egroupware
a5ad691757
with egw composition happening in main window the used import statement happens in that context and NOT in the window (eg. popup or iframe) this module is instantiated for!
25 lines
548 B
JSON
25 lines
548 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "ES2020",
|
|
"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"
|
|
]
|
|
} |