UNPKG

@wonize/tsconfig

Version:

TypeScript configuration for Wonize packages

9 lines (8 loc) 151 B
{ "$schema": "https://json.schemastore.org/tsconfig", "display": "CommonJs", "compilerOptions": { "target": "ES2015", "module": "CommonJS" } }