chore: remove schemas from include section

This commit is contained in:
Leonid Logvinov 2018-10-17 14:04:01 +01:00 committed by Kadinsky
parent d87643fdfa
commit abc00b05c3

View File

@ -5,7 +5,7 @@
"rootDir": ".",
"resolveJsonModule": true
},
"include": ["./src/**/*", "./test/**/*", "./schemas/**/*"],
"include": ["./src/**/*", "./test/**/*"],
"files": [
"./schemas/address_schema.json",
"./schemas/number_schema.json",