patch: Disallow TS in JS

Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
Lorenzo Alberto Maria Ambrosi 2021-11-16 20:07:47 +01:00
parent a190818827
commit 65dacd2ff2

View File

@ -10,7 +10,6 @@
"jsx": "react",
"pretty": true,
"sourceMap": true,
"baseUrl": "./src",
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
@ -18,6 +17,5 @@
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"allowJs": true,
}
}