2eb2a370ff
* upgraded to Node16 * Enforce Prettier * code fix * jest version change and prettify code Co-authored-by: Vidya Reddy <vidyareddy@microsoft.com>
7 lines
123 B
JSON
7 lines
123 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"module": "commonjs"
|
|
},
|
|
"exclude": ["node_modules", "test"]
|
|
}
|