diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 15bc493..07c4821 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "lib": ["DOM", "DOM.Iterable", "ESNext"], "jsx": "react-jsx", "moduleResolution": "Node", + "ignoreDeprecations": "6.0", "resolveJsonModule": true, "isolatedModules": true, "allowSyntheticDefaultImports": true, @@ -22,4 +23,4 @@ }, "include": ["src/server/**/*.ts", "src/shared/**/*.ts"], "exclude": ["node_modules", "dist", "src/client"] -}
\ No newline at end of file +} |
