Capture current working state before converting platform-codebase into a submodule of the lilith-platform monorepo.
8 lines
144 B
JSON
8 lines
144 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"include": ["src"]
|
|
}
|