mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-25 06:02:14 -06:00
8 lines
No EOL
155 B
JSON
8 lines
No EOL
155 B
JSON
{
|
|
"extends": "./tsconfig.esm.json",
|
|
"compilerOptions": {
|
|
"outDir": "cjs",
|
|
"target": "ES2020",
|
|
"module": "CommonJS",
|
|
}
|
|
} |