Removed jsx tsconfig entry in addon-notes

This commit is contained in:
Kai Röder 2018-12-23 03:01:24 +01:00
parent 60c63201d1
commit d90fba2a05

View File

@ -1,8 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"jsx": "preserve"
"rootDir": "./src"
},
"include": [
"src/**/*"