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