3004c642da
- Vendored fractional-indexing and converted to TypeScript - Stricter index format validation in fractional-indexing - Added format validation to fractional index validation --- Signed-off-by: Mark Tolmacs <mark@lazycat.hu> Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
9 lines
208 B
JSON
9 lines
208 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/types"
|
|
},
|
|
"include": ["src/**/*", "global.d.ts"],
|
|
"exclude": ["**/*.test.*", "tests", "types", "examples", "dist"]
|
|
}
|