podman-desktop/extensions/lima/tsconfig.json
2022-03-08 17:49:35 +01:00

18 lines
243 B
JSON

{
"compilerOptions": {
"lib": [
"ES2017",
"webworker"
],
"sourceMap": true,
"rootDir": "src",
"outDir": "dist",
"skipLibCheck": true,
"types": [
"node",
]
},
"include": [
"src"
]
}