UNPKG

300 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "ES2015",
4 "module": "esnext",
5 "declaration": true,
6 "declarationMap": true,
7 "strict": true,
8 "esModuleInterop": true,
9 "skipLibCheck": true,
10 "forceConsistentCasingInFileNames": true,
11 "outDir": "esm"
12 },
13 "include": ["./mod.ts"]
14}