podman-desktop/extensions/docker/tsconfig.json

12 lines
204 B
JSON
Raw Normal View History

2022-03-08 16:49:08 +00:00
{
"compilerOptions": {
"lib": ["ES2017", "webworker"],
2022-03-08 16:49:08 +00:00
"sourceMap": true,
"rootDir": "src",
"outDir": "dist",
"skipLibCheck": true,
"types": ["node"]
},
"include": ["src"]
2022-03-08 16:49:08 +00:00
}