mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-04-17 12:07:50 +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",
|
"moduleResolution": "NodeNext",
|
||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
"outDir": "./lib",
|
"outDir": "./lib",
|
||||||
|
"types": ["node"],
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"noEmit": true
|
"noEmit": true
|
||||||
},
|
},
|
||||||
|
"include": ["src"],
|
||||||
"exclude": ["node_modules", "**/*.test.ts", "vitest.config.ts"]
|
"exclude": ["node_modules", "**/*.test.ts", "vitest.config.ts"]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user