mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
update: tsconfig.json to include excalidraw declaration files
This commit is contained in:
parent
64bf831afd
commit
81b70e221f
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
|||
"compilerOptions": {
|
||||
"outDir": "./dist/types"
|
||||
},
|
||||
"include": ["**/*"],
|
||||
"include": ["src/**/*", "css.d.ts", "global.d.ts", "pwacompat.d.ts", "react-app-env.d.ts", "vite-env.d.ts"],
|
||||
"exclude": ["**/*.test.*", "tests", "types", "examples", "dist"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue