mirror of
https://github.com/Azure/k8s-set-context
synced 2025-09-23 03:58:23 +00:00

* updated action file with node16 * Code consistency using prettier and its workflow * Enforce Prettier * code fix * code fix * code fix Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
8 lines
175 B
JSON
8 lines
175 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["node_modules", "tests", "src/**/*.test.ts"]
|
|
}
|