Skip to main content
Module

x/ts_matches/tsconfig.json

Being able to pattern match in typescript
Go to Latest
File
{ "extends": "./tsconfig-base.json", "compilerOptions": { "module": "esnext", "outDir": "lib/mjs", "target": "esnext" }}