Files
blb-throne-of-the-bone-king/tsconfig.json
T

10 lines
215 B
JSON
Raw Normal View History

2026-06-06 09:27:30 -05:00
{
"extends": "@react-native/typescript-config",
"compilerOptions": {
2026-06-12 08:19:40 -05:00
"resolveJsonModule": true,
"types": ["jest"]
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["**/node_modules", "**/Pods"]
2026-06-06 09:27:30 -05:00
}