Files
pawsql/ui/tsconfig.json
Shaun Campbell 7d7133d6cc
All checks were successful
Build and Push Image / docker-build-and-push (push) Successful in 6m32s
Test and Release PawSQL / test (push) Successful in 50s
Test and Release PawSQL / release (push) Successful in 8s
feat: ship Barkstack UI plugin
2026-09-16 13:47:07 -04:00

18 lines
426 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "ES2022"
},
"include": ["src/**/*.ts", "src/**/*.svelte", "vite.config.ts"]
}