UNPKG

767 BJSONView Raw
1{
2 "//": "⚠️ AUTOGENERATED ⚠️ This file was automatically generated by tools/gen-tsconfigs.ts, do not edit manually.",
3 "compilerOptions": {
4 "module": "commonjs",
5 "target": "es2019",
6 "outDir": "dist",
7 "lib": [
8 "dom",
9 "es2019"
10 ],
11 "sourceMap": true,
12 "rootDir": "src",
13 "experimentalDecorators": true,
14 "strict": true,
15 "esModuleInterop": true,
16 "declaration": true,
17 "composite": true,
18 "declarationMap": true,
19 "typeRoots": [
20 "../../../typings",
21 "../../../node_modules/@types"
22 ]
23 },
24 "exclude": [
25 "node_modules",
26 "dist",
27 "test",
28 "index.ts",
29 "tmpl"
30 ],
31 "references": [
32 {
33 "path": "../base"
34 },
35 {
36 "path": "../../utils/types"
37 }
38 ]
39}
\No newline at end of file