extend ts config
This commit is contained in:
parent
72a98da527
commit
73c53a3c7c
@ -1,4 +1,5 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"exclude": ["**/*.test.*", "tests", "types", "examples", "dist"],
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"extends": "../../tsconfig",
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"strict": true,
|
||||
"outDir": "dist",
|
||||
"skipLibCheck": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
|
@ -17,5 +17,5 @@
|
||||
"jsx": "react-jsx"
|
||||
},
|
||||
"include": ["packages", "excalidraw-app"],
|
||||
"exclude": ["packages/excalidraw/types", "examples", "packages/excalidraw/tests", "excalidraw-app/tests"]
|
||||
"exclude": ["packages/excalidraw/types", "examples", "packages/**/tests/**", "packages/**/dist/**", "excalidraw-app/tests"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user