front: add AnimatedTiles plugin

This commit is contained in:
Piotr Dobrowolski 2021-01-03 12:23:13 +01:00
parent c2d0cda441
commit af260ad229
4 changed files with 11 additions and 0 deletions

View file

@ -8,6 +8,7 @@
"downlevelIteration": true,
"jsx": "react",
"allowJs": true,
"esModuleInterop": true,
"strict": true, /* Enable all strict type-checking options. */
"noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */