UNPKG

@straw-hat/tsconfig

Version:

TypeScript configurations

14 lines (13 loc) 309 B
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./base", "display": "Library", "compilerOptions": { "allowImportingTsExtensions": false, "noEmit": false, "emitDeclarationOnly": false, "module": "Node16", "moduleResolution": "node16", "target": "ES2022" } }