1
0
miroir de https://github.com/excalidraw/excalidraw.git synchronisé 2025-11-03 04:14:32 +01:00
Fichiers
excalidraw/packages/excalidraw/tsconfig.json
2025-03-27 12:00:12 +01:00

9 lignes
189 B
JSON

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