UNPKG

@kikiutils/tsconfigs

Version:

Preconfigured TypeScript config files for stricter type checking and multi-environment support.

14 lines (13 loc) 309 B
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "./tsconfig.base.json", "compilerOptions": { "target": "ES2022", "module": "CommonJS", "moduleResolution": "node16", "allowJs": true, "lib": ["ES2022"], "noEmit": true, "verbatimModuleSyntax": false } }