UNPKG

@kikiutils/tsconfigs

Version:

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

15 lines (14 loc) 334 B
{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "./tsconfig.base.json", "compilerOptions": { "target": "ESNext", "jsx": "react-jsx", "lib": ["ESNext"], "moduleDetection": "force", "module": "ESNext", "allowImportingTsExtensions": true, "allowJs": true, "noEmit": true } }