mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-04-17 22:42:16 +08:00
15 lines
376 B
JSON
15 lines
376 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"types": ["node", "vitest/globals"]
|
|
},
|
|
"exclude": ["node_modules", "**/*.test.ts", "vitest.config.ts", "tests/"]
|
|
}
|