mirror of
https://github.com/withastro/astro.git
synced 2025-08-06 14:49:27 +08:00
18 lines
420 B
JSON
18 lines
420 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"strict": true,
|
|
"moduleResolution": "Node16",
|
|
"target": "ES2022",
|
|
"module": "Node16",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"verbatimModuleSyntax": true,
|
|
"stripInternal": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
}
|
|
}
|