mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-11-25 17:06:52 +01:00
11 lines
154 B
JSON
11 lines
154 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"strict": true
|
|
},
|
|
"files": [
|
|
"./example.ts"
|
|
]
|
|
}
|