Compare commits
No commits in common. "b0e76a8ff7c32cfd0f85884b1e762d463399f3dc" and "dbf2743409e87b4eef1c61f661006c1b2f999717" have entirely different histories.
b0e76a8ff7
...
dbf2743409
3 changed files with 10 additions and 6 deletions
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist"
|
||||
"outDir": "dist",
|
||||
},
|
||||
"include": ["src/**/*.ts"]
|
||||
"include": [
|
||||
"src/**/*.ts"
|
||||
],
|
||||
}
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist"
|
||||
"outDir": "dist",
|
||||
},
|
||||
"include": ["src/**/*.ts"]
|
||||
"include": [
|
||||
"src/**/*.ts"
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue