UNPKG

@tpointurier/configs

Version:

ESLint config presets

13 lines 350 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.base.json", "compilerOptions": { "target": "ESNext", "lib": ["ESNext"], "experimentalDecorators": true, "module": "NodeNext", "moduleResolution": "NodeNext", "resolveJsonModule": true, "allowSyntheticDefaultImports": true } }