mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-20 07:49:59 +02:00
tweaks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"exclude": ["**/*.test.*", "tests", "types", "examples", "dist"],
|
||||
"exclude": ["**/*.test.*", "tests", "types", "examples", "packages/**/dist/**", "dist"],
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"strict": true,
|
||||
|
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"exclude": ["**/*.test.*", "**/tests/*", "types", "examples", "packages/**/dist/**", "dist"],
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"strict": true,
|
||||
@@ -11,6 +12,5 @@
|
||||
"moduleResolution": "Node",
|
||||
"resolveJsonModule": true,
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
"exclude": ["**/*.test.*", "**/tests/*", "types", "dist"]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user