next.js/test/integration/draft-mode/tsconfig.json
tsconfig.json25 lines650 B
{
  "compilerOptions": {
    "lib": ["dom", "dom.iterable", "esnext"],
    "allowJs": true,
    "skipLibCheck": true,
    "strict": false,
    "forceConsistentCasingInFileNames": true,
    "noEmit": true,
    "incremental": true,
    "esModuleInterop": true,
    "module": "esnext",
    "moduleResolution": "bundler",
    "resolveJsonModule": true,
    "isolatedModules": true,
    "jsx": "react-jsx",
    "target": "ES2017"
  },
  "include": [
    "test/integration/draft-mode/next-env.d.ts",
    "test/integration/draft-mode/**/*.ts",
    "test/integration/draft-mode/**/*.tsx"
  ],
  "exclude": ["node_modules", "**/*.test.ts", "**/*.test.tsx"]
}
Quest for Codev2.0.0
/
SIGN IN