- Use more modern TypeScript conventions - Use JavaScript Kubernetes Client - Add unit tests - Add integration tests - Add TypeScript compile verify workflow - Switch codeowners
9 lines
174 B
JSON
9 lines
174 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["node_modules", "tests", "src/**/*.test.ts"]
|
|
}
|