Skip to main content
Module

x/ts_matches/tsconfig-cjs.json

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