UNPKG

472 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 "sourceMap": true,
15 "downlevelIteration": true,
16 "strict": true,
17 "moduleResolution": "node",
18 "esModuleInterop": true,
19 "allowSyntheticDefaultImports": true
20 }
21}
\No newline at end of file