mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 08:00:45 +00:00
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ES2022",
|
|
"outDir": "./dist/esm"
|
|
}
|
|
}
|