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