a973ad1719
Adds exceljs library. Extends the "motion export dialog" to support xlsx export with a specific set of rules similar to CSV
19 lines
501 B
JSON
19 lines
501 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"outDir": "./dist/out-tsc",
|
|
"sourceMap": true,
|
|
"declaration": false,
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"typeRoots": ["node_modules/@types"],
|
|
"lib": ["es2017", "dom"],
|
|
"paths": {
|
|
"exceljs": ["../node_modules/exceljs/dist/exceljs.min"]
|
|
}
|
|
}
|
|
}
|