import editor
parent
d5fcf148fe
commit
7e78445c43
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./client/dist/",
|
||||
"module": "es6",
|
||||
"module": "esnext",
|
||||
"target": "es5",
|
||||
"allowJs": true,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"moduleResolution": "node",
|
||||
"jsx": "react",
|
||||
"downlevelIteration": true,
|
||||
"experimentalDecorators": true
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue