UNPKG

290 BJSONView Raw
1{
2 "include": ["src"],
3 "compilerOptions": {
4 "incremental": true,
5 "module": "commonjs",
6 "lib": ["dom", "ES2021"],
7 "esModuleInterop": true,
8 "strict": true,
9 "declaration": true,
10 "outDir": "./dist",
11 "forceConsistentCasingInFileNames": true
12 }
13}