{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": true, "allowJs": true, "skipLibCheck": true, "noImplicitAny": false, "strictNullChecks": false, "strictPropertyInitialization": false }, "include": [ "next-env.d.ts", "**/*.ts", "**/*.tsx" ], "exclude": [ "node_modules" ] }