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

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

View file

@ -1,5 +1,5 @@
{
"extends": "../tsconfig.json",
// "extends": "../tsconfig.json",
"files": ["index.d.ts"],
"include": ["./**/*.ts"],
"compilerOptions": {