excalidraw/packages/excalidraw/tsconfig.json
Marcel Mraz 0cd5a259ae
All checks were successful
Tests / test (push) Successful in 4m39s
fix: incorrect type imports (#9308)
2025-03-27 12:00:12 +01:00

8 lines
189 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist/types"
},
"include": ["**/*"],
"exclude": ["**/*.test.*", "tests", "types", "examples", "dist"]
}