1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 03:50:15 +02:00

did a thing, struff works now :o

This commit is contained in:
David Sevilla Martin
2019-10-06 12:28:44 -04:00
parent 798a3486bf
commit 3c84f41070
197 changed files with 24792 additions and 1501 deletions

6
js/tsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"extends": "flarum-webpack-config/tsconfig.json",
"compilerOptions": {
"jsx": "preserve"
}
}