full hello world boilerplate

This commit is contained in:
2021-08-06 20:46:50 +02:00
parent 27430e4b2e
commit 294cd719c1
2 changed files with 2 additions and 4 deletions

View File

@@ -5,5 +5,5 @@
"target": "ESNext"
},
"include": ["./src/**/*"],
"exclude": ["./node_modules/*", "./__sapper__/*", "./public/*", "./src/solver/wasm/*"]
"exclude": ["./node_modules/*", "./__sapper__/*"]
}