UNPKG

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