Merge remote-tracking branch 'origin/release' into danieljgeiger-mathjax
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"include": ["src/packages/excalidraw", "src/packages/extensions", "src/global.d.ts", "src/css.d.ts"],
|
||||
"compilerOptions": {
|
||||
"types": ["vite/client", "vite-plugin-svgr/client"],
|
||||
"allowJs": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
@@ -8,7 +9,7 @@
|
||||
"jsx": "react-jsx",
|
||||
"target": "es6",
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"module": "esnext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
|
||||
Reference in New Issue
Block a user