UNPKG

388 BJSONView Raw
1{
2 "$schema": "https://json.schemastore.org/tsconfig",
3 "display": "Node 12",
4
5 "compilerOptions": {
6 "lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
7 "module": "commonjs",
8 "target": "es2019",
9
10 "strict": true,
11 "esModuleInterop": true,
12 "skipLibCheck": true,
13 "forceConsistentCasingInFileNames": true,
14 "moduleResolution": "node"
15 }
16}