astro-reactive-form/configs/tsconfig/base.json
2023-01-11 19:09:35 +01:00

7 lines
152 B
JSON

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