move demo code to examples/

This commit is contained in:
Géry Debongnie
2019-03-15 12:15:37 +01:00
parent d99ea4c9f4
commit 46aedf78af
1638 changed files with 32 additions and 29 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
module.exports = {
roots: ["<rootDir>/demo/static", "<rootDir>/tests"],
roots: ["<rootDir>/examples/web/static", "<rootDir>/tests"],
transform: {
"^.+\\.ts?$": "ts-jest"
},