mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
08acdf73e3
* refactor(console): refactor the code editor type definition refactor the code editor type definition * refactor(console): extract type definition gen process extract the type definition gen step to the build time. As typescript is not available at run time. * fix(console): add generate to console build script add generate to console build script * fix(console): add prettier format add prettier format
7 lines
136 B
JSON
7 lines
136 B
JSON
{
|
|
"extends": "@silverhand/ts-config/tsconfig.base",
|
|
"compilerOptions": {
|
|
"outDir": "scripts-js"
|
|
},
|
|
"include": ["scripts"]
|
|
}
|