mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
18 lines
243 B
JSON
18 lines
243 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"ES2017",
|
|
"webworker"
|
|
],
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"skipLibCheck": true,
|
|
"types": [
|
|
"node",
|
|
]
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|