{ "extends": "../../../../tsconfig.json", "compilerOptions": { "outDir": "./target", "skipLibCheck": true }, "include": [ "index.ts", "public/**/*.ts", "public/**/*.tsx", "../../../../typings/**/*", ], "exclude": [] }