Files
excalidraw/packages/fractional-indexing/tsconfig.json
T
2026-06-24 10:52:56 +00:00

10 lines
230 B
JSON

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