mirror of https://github.com/actions/toolkit
14 lines
223 B
JSON
14 lines
223 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"strict": true,
|
||
|
"declaration": true,
|
||
|
"target": "es6",
|
||
|
"sourceMap": true,
|
||
|
"lib": ["es6"]
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"**/*.test.ts"
|
||
|
]
|
||
|
}
|