mirror of
https://github.com/appy-one/acebase-server.git
synced 2026-05-25 14:12:16 -06:00
export type declaration maps
This commit is contained in:
parent
7fa0e276ac
commit
43fb79296b
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"module": "commonjs",
|
||||
"outDir": "./dist/cjs",
|
||||
"declaration": false,
|
||||
"declarationMap": false,
|
||||
"declarationDir": null
|
||||
}
|
||||
}
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
"rootDir": "./src",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"declarationDir": "./dist/types",
|
||||
"module": "es2020",
|
||||
"outDir": "./dist/esm",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue