astro-reactive-form/configs/tsconfig/base.json
2023-03-16 22:39:47 +01:00

8 lines
183 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"skipLibCheck": true
},
"exclude": ["node_modules"]
}