mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-04-17 03:56:06 +08:00
fix: add node types to tsconfig for TypeScript 6 compatibility (#251)
This commit is contained in:
parent
6522dcd602
commit
b70bc4f58e
@ -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…
x
Reference in New Issue
Block a user