mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 10:52:11 +00:00
8 lines
107 B
JSON
8 lines
107 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/esm",
|
|
"module": "ESNext"
|
|
}
|
|
}
|