{ "extends": "tsconfig/common.json", "include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"], "exclude": ["dist", "build", "node_modules"], "compilerOptions": { "outDir": "./build" } }