7 lines
152 B
JSON
7 lines
152 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "astro/tsconfigs/strictest",
|
|
"compilerOptions": {
|
|
"skipLibCheck": true
|
|
}
|
|
}
|