mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-22 07:53:16 +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"
|
|
]
|
|
} |