UNPKG

471 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es2019",
5 "outDir": "dist",
6 "lib": [
7 "dom",
8 "es2019"
9 ],
10 "sourceMap": true,
11 "rootDir": ".",
12 "experimentalDecorators": true,
13 "strict": true,
14 "esModuleInterop": true,
15 "declaration": true,
16 "typeRoots": [
17 "../../../node_modules/@types",
18 "../../../typings"
19 ]
20 },
21 "exclude": [
22 "node_modules",
23 "dist",
24 "test",
25 "index.ts"
26 ]
27}