it mostly works!
This commit is contained in:
parent
76543fd220
commit
44cd13f10c
52 changed files with 879 additions and 396 deletions
|
@ -9,11 +9,9 @@
|
|||
"verbatimModuleSyntax": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"baseUrl": "src",
|
||||
"outDir": "dist",
|
||||
// needed for `source-map-support`
|
||||
// which adds source maps to stack traces
|
||||
"sourceMap": true
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": ["**/*"],
|
||||
"exclude": ["dist", "result", "node_modules"] // result is from nix build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue