mirror of
https://github.com/andre482/O-tie.git
synced 2026-07-22 07:44:11 +00:00
Align + controls with bezier edge geometry, keep them behind nodes when paths cross, and document the release in CHANGELOG.md. Co-authored-by: Cursor <cursoragent@cursor.com>
18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "ES6",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"strictNullChecks": true,
|
|
"resolveJsonModule": true,
|
|
"lib": ["DOM", "ES6"]
|
|
},
|
|
"include": ["src/**/*.ts", "manifest.json"]
|
|
}
|