mirror of
https://github.com/igorski/bitmappery.git
synced 2026-07-25 00:07:40 +02:00
* Renamed Selection data structure. Multiple select begins to work * Saving and loading of multiple selection shapes implemented * Renamed Document selection properties to avoid confusion * Renamed and distributed functions between selection and shape utilities * Fixes to selection toolbox * Fixed issue with copying across multiple selections * Final cleanups
8 lines
170 B
JSON
8 lines
170 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"includes": [ "src/**/*.ts", "src/**/*.vue", "tests/**/*.ts" ],
|
|
"compilerOptions": {
|
|
"skipLibCheck": true
|
|
}
|
|
}
|