- Added new Events : - AddContainer, AddContainerToSelectedContainer, AppendContainer, AppendContainerToSelectedContainer, SelectContainer, DeleteContainer - AddSymbol, SelectSymbol, DeleteSymbol - Changed the component to an iframe (you only need to copy the whole dist now) - Added callbacks to every methods in the component - Create event listener on demand: no need to initialize the event listener! - Update d.ts - Added Fastboot and enable it by default on production build
15 lines
No EOL
369 B
JSON
15 lines
No EOL
369 B
JSON
{
|
|
// Change this to match your project
|
|
"include": ["../Enums/*", "../Interfaces/*"],
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"module": "es2020",
|
|
"allowJs": false,
|
|
"declaration": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "dist",
|
|
"declarationMap": false
|
|
}
|
|
} |