first commit
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2017",
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"noEmit": true,
|
||||
"esModuleInterop": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true,
|
||||
"jsx": "preserve",
|
||||
"incremental": true,
|
||||
"plugins": [
|
||||
{
|
||||
"name": "next"
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
"@core/*": ["./src/*"],
|
||||
"@components/*": ["./src/app/components/*"],
|
||||
"@store/*": ["./src/Store/*"],
|
||||
"@hooks/*": ["./src/app/hooks/*"],
|
||||
"@models/*": ["./src/Models/*"],
|
||||
"@services/*": ["./src/Services/*"],
|
||||
"@config/*": ["./src/config/*"],
|
||||
"@helpers/*": ["./src/app/helpers/*"],
|
||||
"@themes/*": ["./src/app/theme/*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/types"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user