mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-03 06:07:19 +02:00
Update tsconfig.json
This commit is contained in:
parent
53676ad733
commit
51102a7687
@ -1,9 +1,10 @@
|
||||
{
|
||||
"include": [
|
||||
"./src/**/*.ts"
|
||||
"src/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"./dist"
|
||||
"node_modules",
|
||||
"dist"
|
||||
],
|
||||
"compilerOptions": {
|
||||
// Enable latest features
|
||||
@ -28,6 +29,8 @@
|
||||
// Some stricter flags (disabled by default)
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": false,
|
||||
"noPropertyAccessFromIndexSignature": false
|
||||
"noPropertyAccessFromIndexSignature": false,
|
||||
|
||||
"checkJs": false
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user