8 lines
379 B
JSON
8 lines
379 B
JSON
{ // Copied from https://github.com/withastro/astro/blob/main/packages/astro/tsconfigs/strict.json
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
// Enable strict mode. This enables a few options at a time, see https://www.typescriptlang.org/tsconfig#strict for a list.
|
|
"strict": true
|
|
}
|
|
} |