ordinarthur-os/apps/pwa/tsconfig.json
ordinarthur bc0c15873f init
2026-04-15 16:41:19 +02:00

17 lines
335 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"types": ["vite/client"],
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"outDir": "dist"
},
"include": ["src", "vite.config.ts"]
}