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

Fix code splitting for dashboard

This commit is contained in:
Dragory 2019-07-22 00:27:18 +03:00
parent 76b898d597
commit 7deae18ca7

View file

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