mirror of
https://github.com/appy-one/acebase-server.git
synced 2026-05-25 14:12:16 -06:00
11 lines
No EOL
252 B
JSON
11 lines
No EOL
252 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"outDir": "./dist/cjs",
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"declarationDir": null
|
|
}
|
|
} |