mirror of
https://github.com/sern-handler/tools
synced 2026-06-28 02:32:22 +00:00
8 lines
140 B
JSON
8 lines
140 B
JSON
{
|
|
"extends": "./tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"outDir": "dist/esm",
|
|
"target": "esnext"
|
|
}
|
|
} |