amazon-pa-api-5.0-sdk-node-ts/tsconfig.strict.json

8 lines
370 B
JSON

{ // Copied from https://github.com/withastro/astro/blob/main/packages/astro/tsconfigs/strict.json
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./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
}
}