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