Changes
This commit is contained in:
parent
4e1628177d
commit
271501cafb
@ -11,7 +11,7 @@ jobs:
|
||||
uses: gmetribin/build-tools/.github/workflows/push-code-scan.yml@v1.1.5
|
||||
secrets: inherit
|
||||
|
||||
#Runs code vulnerability scan after `pnpm install`
|
||||
#Runs code vulnerability scan after `pnpm install; pnpm test`
|
||||
code-test:
|
||||
uses: gmetribin/build-tools/.github/workflows/push-code-test.yml@v1.1.5
|
||||
secrets: inherit
|
||||
|
||||
@ -17,10 +17,5 @@
|
||||
// Using isolatedModules. So no longer exporting const enums. Just enums.
|
||||
// "preserveConstEnums": true,
|
||||
},
|
||||
"ts-node": {
|
||||
//https://typestrong.org/ts-node/docs/imports/#native-ecmascript-modules
|
||||
// Tell ts-node CLI to install the --loader automatically, explained below
|
||||
"esm": true
|
||||
},
|
||||
"include": ["src"],
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user