excalidraw/packages/math/tsconfig.json
2025-05-20 09:28:52 +02:00

9 lines
193 B
JSON

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