UNPKG

399 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "es5",
4 "outDir": "dist",
5 "module": "esnext",
6 "strict": true,
7 "sourceMap": true,
8 "declaration": true,
9 "skipLibCheck": true,
10 "declarationDir": "dist",
11 "lib": ["dom", "esnext"],
12 "allowSyntheticDefaultImports": true,
13 "typeRoots": ["./node_modules/@types"]
14 },
15 "include": ["./index.ts", "./src/**/*.ts", "./types.d.ts"]
16}