Skip to main content
Module

x/structurae/tsconfig.json

Data structures for high-performance JavaScript applications.
Go to Latest
File
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "sourceMap": true, "inlineSources": true, "isolatedModules": true, "declaration": true, "skipLibCheck": true, "outDir": "./", "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "lib": [ "es2020" ] }, "include": [ "*.ts" ], "exclude": [ "*.d.ts" ]}