Skip to content

Commit f90eebc

Browse files
committed
style: Include ts-expect-error
1 parent b57ec85 commit f90eebc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/react/main.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom/client';
33
import App from './src/App.tsx';
4+
// @ts-expect-error TypeScript config is f***ed in this app for some reason
45
import de from './translations/de.yaml';
56
import { Intl, Logger } from '@spuxx/js-utils';
67

0 commit comments

Comments
 (0)