UNPKG

509 BJSONView Raw
1{
2 "files": [
3 "forgeweb.ts",
4 "index.ts"
5 ],
6 "compilerOptions": {
7 "target": "es2018",
8 "module": "commonjs",
9 "lib": [
10 "dom"
11 ],
12 "experimentalDecorators": true,
13 "declaration": true,
14 "downlevelIteration": true,
15 "strict": true,
16 "inlineSourceMap": true,
17 "inlineSources": true,
18 "moduleResolution": "node",
19 "esModuleInterop": true,
20 "allowSyntheticDefaultImports": true
21 }
22}
\No newline at end of file