Pipeline and build cleanup

This commit is contained in:
2023-05-24 12:39:11 -04:00
parent 81c080f784
commit 6af65a541c
5 changed files with 28 additions and 9 deletions

View File

@@ -10,7 +10,8 @@
"rootDirs": ["./", "src/"],
"strict": true,
"esModuleInterop": true,
"sourceMap": false
"sourceMap": true,
"removeComments": false
},
"include": ["src"]
}