converted components to .ts

This commit is contained in:
andres alcocer
2022-11-26 16:25:35 -05:00
parent 907500f0f5
commit 7b82882998
33 changed files with 291 additions and 326 deletions

View File

@@ -8,7 +8,9 @@
"sourceMap": true,
"allowJs": true,
"moduleResolution": "node",
"typeRoots": ["types/", "node_modules/@types"],
"typeRoots": ["custom.d.ts", "node_modules/@types"],
"allowSyntheticDefaultImports": true
}
},
"files": ["custom.d.ts"],
"include": ["src/", "custom.d.ts"]
}