3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

Fix code splitting for dashboard

This commit is contained in:
Dragory 2019-07-22 00:27:18 +03:00
parent 1798322418
commit 0623eb79b7

View file

@ -1,7 +1,8 @@
{
"compilerOptions": {
"moduleResolution": "node",
"module": "es2015",
"module": "esnext",
"sourceMap": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,