UNPKG

493 BJSONView Raw
1{
2 "compilerOptions": {
3 "allowJs": false,
4 "allowSyntheticDefaultImports": true,
5 "declaration": true,
6 "esModuleInterop": true,
7 "forceConsistentCasingInFileNames": true,
8 "lib": [
9 "dom",
10 "esnext"
11 ],
12 "noEmitOnError": true,
13 "noImplicitReturns": true,
14 "outDir": "./lib",
15 "pretty": true,
16 "removeComments": false,
17 "sourceMap": false,
18 "strict": true,
19 "target": "es5"
20 },
21 "include": [
22 "./src/**/*",
23 "./types/**/*"
24 ]
25}
\No newline at end of file