mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
2370faea62
Mindplot webcomponent * styles in js file * editor now uses bootstrap widget manager * fix console error: preventDefault on pasive events * Mode as webcomponent parámeter. Rename of init method * fix merge * Mindplot webcomponent documentation * fix * remove comments * delete comments * Merged in Alejandro-Raiczyk/just-details-1661445571189 (pull request #56) just details Approved-by: Paulo Veiga
24 lines
465 B
JSON
24 lines
465 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": false,
|
|
"module": "amd",
|
|
"moduleResolution": "node",
|
|
"target": "ES2020",
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"rootDirs": [
|
|
"src",
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"../editor/src/classes/menu/AccountSettingsPanel.js",
|
|
"../editor/src/classes/menu/IMenu.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |