Lint fixes

This commit is contained in:
Marcel Mraz 2025-03-27 11:52:05 +01:00
parent 23363261e4
commit b4ae308790
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -22,5 +22,5 @@
"@excalidraw/utils": ["./utils/src/index.ts"],
"@excalidraw/utils/*": ["./utils/src/*"]
}
},
}
}