Browse Source

rm demo from build

broken-demo-#32
glitch4347 2 months ago
parent
commit
0a64dd94f6
  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