Logo
Explore Help
Sign In
ankhbayar/Assist_Design
1
0
Fork 0
You've already forked Assist_Design
Code Issues Pull Requests Actions 3 Packages Projects Releases Wiki Activity
Assist_Design/packages/shared/tsconfig.json

17 lines
407 B
JSON
Raw Normal View History

Initial Customer Portal setup - production ready
2025-08-20 18:02:50 +09:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
// Library-specific overrides
"noEmit": false,
"declaration": true,
"declarationMap": true,
"outDir": "./dist",
"rootDir": "./src",
Refactor TypeScript configurations and enhance logging setup - Updated nest-cli.json to enable output directory deletion and refined TypeScript compiler options. - Modified package.json to improve development command for BFF with preserved watch output. - Adjusted tsconfig.json to extend from a higher-level configuration and removed unnecessary options. - Enhanced logging.module.ts to simplify logger configuration and improve log message formatting. - Updated next.config.mjs to manage server-only libraries and optimize Webpack configuration. - Refined error logging in various components for better clarity and consistency.
2025-08-30 18:22:31 +09:00
"removeComments": false,
"moduleResolution": "node",
"module": "CommonJS"
Initial Customer Portal setup - production ready
2025-08-20 18:02:50 +09:00
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 34ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API