Files
kiosco_desk/renderer/tsconfig.json
T

6 lines
122 B
JSON
Raw Normal View History

2024-02-07 13:13:07 -06:00
{
"extends": "../tsconfig.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
}