cd514d72d6
Introduces constant width freedraw mode, keeping the original variable mode as default. --------- Signed-off-by: Mark Tolmacs <mark@lazycat.hu> Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"jsx": "react-jsx",
|
|
"emitDeclarationOnly": true,
|
|
"paths": {
|
|
"@excalidraw/common": ["./common/src/index.ts"],
|
|
"@excalidraw/common/*": ["./common/src/*"],
|
|
"@excalidraw/element": ["./element/src/index.ts"],
|
|
"@excalidraw/element/*": ["./element/src/*"],
|
|
"@excalidraw/excalidraw": ["./excalidraw/index.tsx"],
|
|
"@excalidraw/excalidraw/*": ["./excalidraw/*"],
|
|
"@excalidraw/laser-pointer": ["./laser-pointer/src/index.ts"],
|
|
"@excalidraw/laser-pointer/*": ["./laser-pointer/src/*"],
|
|
"@excalidraw/math": ["./math/src/index.ts"],
|
|
"@excalidraw/math/*": ["./math/src/*"],
|
|
"@excalidraw/utils": ["./utils/src/index.ts"],
|
|
"@excalidraw/utils/*": ["./utils/src/*"],
|
|
"@excalidraw/fractional-indexing": ["./fractional-indexing/src/index.ts"],
|
|
"@excalidraw/fractional-indexing/*": ["./fractional-indexing/src/*"]
|
|
}
|
|
}
|
|
}
|