mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
9 lines
143 B
JSON
9 lines
143 B
JSON
{
|
|
"extends": "./tsconfig-base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "dist/cjs",
|
|
"target": "es2018"
|
|
}
|
|
}
|