joplin/packages/app-mobile/tsconfig.json

17 lines
235 B
JSON
Raw Normal View History

2020-11-05 16:58:23 +00:00
{
"extends": "../../tsconfig.json",
"include": [
"**/*.ts",
"**/*.tsx",
2020-11-05 16:58:23 +00:00
],
"exclude": [
"**/node_modules",
// Files that don't need transpilation
"gulpfile.ts",
"tools/*.ts",
"**/*.test.ts",
"**/*.test.tsx",
2020-11-05 16:58:23 +00:00
],
}