Skip to content

Commit

Permalink
Update tsconfig.json files with include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 25, 2024
1 parent c0e9396 commit 9d823f2
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 15 deletions.
7 changes: 6 additions & 1 deletion packages/class-variant/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
7 changes: 6 additions & 1 deletion packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
1 change: 1 addition & 0 deletions packages/create/src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { resolve } from 'node:path'
import { Command } from 'commander'
import { readJSONFileSync } from '@techor/fs'
import log from '@techor/log'
// @ts-expect-error https://github.com/egoist/detect-package-manager/pull/15
import { detect as detectPackageManager, PM } from 'detect-package-manager'
import detectAppExt from '../detect-app-ext'
import detectAppTech from '../detect-app-tech'
Expand Down
7 changes: 6 additions & 1 deletion packages/create/tests/ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
7 changes: 6 additions & 1 deletion packages/create/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
7 changes: 6 additions & 1 deletion packages/css/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
7 changes: 6 additions & 1 deletion packages/extractor.vite/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
7 changes: 6 additions & 1 deletion packages/extractor.webpack/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
7 changes: 6 additions & 1 deletion packages/extractor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
7 changes: 6 additions & 1 deletion packages/language-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
7 changes: 6 additions & 1 deletion packages/language-service/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
7 changes: 6 additions & 1 deletion packages/runtime/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
7 changes: 6 additions & 1 deletion packages/server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
7 changes: 6 additions & 1 deletion packages/theme-service/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
7 changes: 6 additions & 1 deletion packages/validator/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}
7 changes: 6 additions & 1 deletion packages/vscode-language-service/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "dist"
}
},
"include": [
"src/**/*.ts",
"tests/**/*.test.ts",
"tests/**/test.ts"
]
}

0 comments on commit 9d823f2

Please sign in to comment.