[ts-migrate][src] Init tsconfig.json file

Co-authored-by: ts-migrate <>
This commit is contained in:
Max Leiter 2022-05-01 23:03:33 -07:00
parent 7640ef71d0
commit 53f0ad947b
No known key found for this signature in database
GPG key ID: A3512F2F2F17EBDA

View file

@ -1,7 +1,7 @@
{
// "extends": "../tsconfig.json",
"extends": "../tsconfig.json",
"files": ["index.d.ts"],
"include": ["./**/*.ts"],
"include": ["./**/*.ts", "./**/*.js"],
"compilerOptions": {
"allowJs": true,
"checkJs": true,