mirror of
https://github.com/igorski/bitmappery.git
synced 2026-06-16 19:25:38 +02:00
9 lines
232 B
JSON
9 lines
232 B
JSON
{
|
|
"extends": "./tsconfig.app.json",
|
|
"include": [ "./vite-env.d.ts", "src/**/*", "src/**/*.vue", "src/**/*.json", "tests/**/*.ts" ],
|
|
"compilerOptions": {
|
|
"skipLibCheck": true,
|
|
"module": "commonjs"
|
|
}
|
|
}
|