mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
base tsconfig: remove files section
All files are specified in the individual sub projects
This commit is contained in:
parent
b7540b5827
commit
12c03a868d
1 changed files with 0 additions and 1 deletions
|
@ -99,6 +99,5 @@
|
||||||
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
|
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
|
||||||
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
||||||
},
|
},
|
||||||
"files": ["./package.json", "./server/helper.ts"],
|
|
||||||
"exclude": ["./dist"]
|
"exclude": ["./dist"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue