Skip to content
Snippets Groups Projects

CE-3633: Migrate dialogs

Merged Johanna Szepanski requested to merge CE-3633-migrate-dialogs into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -12,7 +12,7 @@
@@ -12,7 +12,7 @@
"noEmit": true,
"noEmit": true,
"declaration": true,
"declaration": true,
"jsx": "react-jsx",
"jsx": "react-jsx",
"typeRoots": ["node_modules/@types", "node_modules"],
"typeRoots": ["./dist/index.d.ts", "node_modules/@types", "node_modules"],
/* Linting */
/* Linting */
"strict": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedLocals": true,
Loading