Merge pull request #2063 from qucchia/typescript-2

Move tsconfig.json
pull/2069/head
Gordon Williams 2022-07-28 08:42:57 +01:00 committed by GitHub
commit 11a03bfb82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"strict": true,
"typeRoots": ["./types"]
"typeRoots": ["./typescript/types"]
},
"include": ["../apps/**/*", "./**/*"]
"include": ["./**/*"]
}