mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-24 18:07:45 +00:00
# Which Problems Are Solved # How the Problems Are Solved # Additional Changes # Additional Context - Closes #10690
11 lines
253 B
JSON
11 lines
253 B
JSON
/* To learn more about this file see: https://angular.io/config/tsconfig. */
|
|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app",
|
|
"types": ["node"]
|
|
},
|
|
"files": ["src/main.ts"],
|
|
"include": ["src/**/*.d.ts"]
|
|
}
|