* 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>
9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true
|
|
},
|
|
"exclude": ["node_modules", "tests", "src/**/*.test.ts"]
|
|
}
|