mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 04:19:02 +00:00
17 lines
254 B
JSON
17 lines
254 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2021",
|
||
|
"lib": [
|
||
|
"ES2021"
|
||
|
],
|
||
|
"module": "NodeNext",
|
||
|
"moduleResolution": "NodeNext",
|
||
|
"strict": true,
|
||
|
"declaration": true,
|
||
|
"outDir": "dist",
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
]
|
||
|
}
|