toolkit/tsconfig.json
Konrad Pabjan 770dc3a982
@actions/artifact 0.5.1 release (#760)
* Bump @actions/http-client to latest for artifact package

* Remove typescript libs to fix failing imports
2021-04-06 12:44:56 -04:00

15 lines
254 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"strict": true,
"declaration": true,
"target": "es6",
"sourceMap": true
},
"exclude": [
"node_modules",
"**/*.test.ts",
"**/__mocks__/*"
]
}