mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
22 lines
519 B
JSON
22 lines
519 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"experimentalDecorators": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"strictPropertyInitialization": false,
|
||
|
"jsx": "react",
|
||
|
"lib": [
|
||
|
"dom",
|
||
|
"es7"
|
||
|
],
|
||
|
"module": "commonjs",
|
||
|
"noImplicitReturns": true,
|
||
|
"noImplicitAny": false,
|
||
|
"outDir": "./dist/",
|
||
|
"removeComments": true,
|
||
|
"sourceMap": true,
|
||
|
"strict": true,
|
||
|
"target": "es5"
|
||
|
},
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|