mirror of
https://github.com/ruvnet/RuView
synced 2026-07-31 18:51:42 +00:00
9 lines
149 B
JSON
9 lines
149 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"outDir": "./dist/esm"
|
|
}
|
|
}
|