update: tsconfig.json to include excalidraw declaration files

This commit is contained in:
Deepen Timalsina 2025-04-15 21:18:33 +05:45
parent 64bf831afd
commit 81b70e221f

View file

@ -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"]
}