Update tsconfig to allow json imports

pull/11854/head
LB Johnston 2024-04-06 15:24:36 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 657c867d03
commit d8e63954d8
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -10,6 +10,7 @@
"noImplicitAny": false, // TODO: Enable once all existing code is typed
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,