-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.json
23 lines (23 loc) · 964 Bytes
/
tsconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "components/user.js", "src/pages/auth/signin.js", "src/pages/_app.js", "Response.js", "components/searchresults.jsx", "components/imagesoption.js", "components/HomeBody.jsx", "components/imagesoption.jsx", "components/searchheader.jsx", "components/footer.jsx", "components/header.jsx", "components/Pagination.jsx", "components/searchheaderoptions.jsx", "components/searchoption.jsx", "components/user.jsx"],
"exclude": ["node_modules"]
}