Assist_Design/packages/shared/tsconfig.json
T. Narantuya 0c912fc04f clean up
2025-08-22 17:02:49 +09:00

15 lines
349 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
// Library-specific overrides
"noEmit": false,
"declaration": true,
"declarationMap": true,
"outDir": "./dist",
"rootDir": "./src",
"removeComments": false
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
}