Browse Source

Merge pull request 'rm demo from build' (#33) from broken-demo-#32 into main

Reviewed-on: #33
0.6.23
Coin de Gamma 2 months ago
parent
commit
443d2342f7
  1. 9
      tsconfig.json

9
tsconfig.json

@ -15,6 +15,11 @@
"noImplicitUseStrict": false,
"noImplicitAny": false,
"noUnusedLocals": false,
"moduleResolution": "node"
}
"moduleResolution": "node",
},
"exclude": [
"node_modules",
"dist",
"demo"
]
}

Loading…
Cancel
Save