some fixes
This commit is contained in:
parent
3d8456c63c
commit
3ebe1178f4
12 changed files with 111 additions and 36 deletions
|
|
@ -41,21 +41,7 @@ The root `tsconfig.json` at the project root establishes common settings for all
|
|||
|
||||
We provide two template configurations:
|
||||
|
||||
1. `tsconfig.lib.json` - For library projects:
|
||||
```json
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
|
||||
}
|
||||
```
|
||||
|
||||
2. `tsconfig.app.json` - For application projects:
|
||||
1. `tsconfig.app.json` - For application projects:
|
||||
```json
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue