mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-01 20:33:57 +01:00
14 lines
258 B
JSON
14 lines
258 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2020",
|
||
|
"module": "es2020",
|
||
|
"moduleResolution": "node",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"include": [
|
||
|
"lib/**/*.js"
|
||
|
]
|
||
|
}
|