all tsconfigs clean

This commit is contained in:
Boki 2025-06-18 22:48:14 -04:00
parent 5c4dac8f27
commit 0db5a691cb
3 changed files with 3 additions and 37 deletions

View file

@ -1,19 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": [
"node_modules",
"dist",
"**/*.test.ts",
"**/*.spec.ts",
"**/test/**",
"**/tests/**",
"**/__tests__/**"
],
"extends": "../../tsconfig.app.json",
"references": [
{ "path": "../../libs/types" },
{ "path": "../../libs/config" },

View file

@ -1,19 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*"],
"exclude": [
"node_modules",
"dist",
"**/*.test.ts",
"**/*.spec.ts",
"**/test/**",
"**/tests/**",
"**/__tests__/**"
],
"extends": "../../tsconfig.app.json",
"references": [
{ "path": "../../libs/types" },
{ "path": "../../libs/config" },

View file

@ -1,11 +1,5 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts"],
"extends": "../../tsconfig.app.json",
"references": [
{ "path": "../../libs/types" },
{ "path": "../../libs/config" },