mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
8 lines
189 B
JSON
8 lines
189 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/types"
|
|
},
|
|
"include": ["**/*"],
|
|
"exclude": ["**/*.test.*", "tests", "types", "examples", "dist"]
|
|
}
|