mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-26 07:44:23 +00:00
build: configure TypeScript to cover all files
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
parent
bef022bb70
commit
14703a1253
@ -17,12 +17,10 @@ pre-commit:
|
|||||||
- name: check types
|
- name: check types
|
||||||
run: pnpm tsc --noEmit
|
run: pnpm tsc --noEmit
|
||||||
glob:
|
glob:
|
||||||
- src/*.ts
|
- "*.ts"
|
||||||
- .npmrc
|
- .npmrc
|
||||||
- pnpm-lock.yaml
|
- pnpm-lock.yaml
|
||||||
- tsconfig.json
|
- tsconfig.json
|
||||||
exclude:
|
|
||||||
- src/*.test.ts
|
|
||||||
|
|
||||||
- name: build action
|
- name: build action
|
||||||
run: pnpm rollup -c
|
run: pnpm rollup -c
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
{
|
{
|
||||||
"extends": "@tsconfig/node20",
|
"extends": "@tsconfig/node20",
|
||||||
"include": ["src"],
|
|
||||||
"exclude": ["**/*.test.ts"],
|
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "node16"
|
"module": "node16"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user