UNPKG

297 BJSONView Raw
1{
2 "compilerOptions": {
3 "allowJs": true,
4 "downlevelIteration": true,
5 "esModuleInterop": true,
6 "isolatedModules": true,
7 "maxNodeModuleJsDepth": 5,
8 "module": "ESNext",
9 "moduleResolution": "Node",
10 "strict": true,
11 "target": "ES2022"
12 },
13 "include": ["source"]
14}