mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-05-22 09:01:52 +00:00
fix: add node types to tsconfig for TypeScript 6 compatibility
This commit is contained in:
parent
6522dcd602
commit
46d1974144
1 changed files with 2 additions and 0 deletions
|
|
@ -5,8 +5,10 @@
|
|||
"moduleResolution": "NodeNext",
|
||||
"rootDir": "./src",
|
||||
"outDir": "./lib",
|
||||
"types": ["node"],
|
||||
"skipLibCheck": true,
|
||||
"noEmit": true
|
||||
},
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules", "**/*.test.ts", "vitest.config.ts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue