mirror of
https://github.com/withastro/astro.git
synced 2025-04-14 23:51:49 -05:00
chore: set tsconfig to monorepo defaults
This commit is contained in:
parent
6a69af1c58
commit
c6477107a2
2 changed files with 4 additions and 12 deletions
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": ["src"],
|
||||
"compilerOptions": {
|
||||
"noEmit": false,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src"
|
||||
}
|
||||
}
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"exclude": ["node_modules", "dist", "test", "bin"]
|
||||
"include": ["src"],
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue