Front: Allow Use of DOM for Play view

This commit is contained in:
Arthur Jamet
2023-06-08 19:20:36 +01:00
parent d7848692f7
commit fa74016257
8 changed files with 114 additions and 29 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
/* Language and Environment */
"target": "esnext", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */
"lib": ["es2019"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
"lib": ["es2019", "DOM"], /* Specify a set of bundled library declaration files that describe the target runtime environment. */
"jsx": "react-native", /* Specify what JSX code is generated. */
// "experimentalDecorators": true, /* Enable experimental support for TC39 stage 2 draft decorators. */
// "emitDecoratorMetadata": true, /* Emit design-type metadata for decorated declarations in source files. */