UNPKG

310 BJSONView Raw
1{
2 "compilerOptions": {
3 "allowJs": true,
4 "declaration": true,
5 "emitDeclarationOnly": true,
6 "esModuleInterop": true,
7 "target": "ESNext",
8 "module": "NodeNext",
9 "moduleResolution": "NodeNext",
10 "skipLibCheck": true
11 },
12 "include": ["js/*.js"],
13 "exclude": ["node_modules", "css", "docs", "test"]
14}