modified next-env ve tsconfig files
This commit is contained in:
@ -32,13 +32,13 @@
|
||||
// "node_modules"
|
||||
// ]
|
||||
// }
|
||||
|
||||
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
"@/*": [
|
||||
"src/*"
|
||||
]
|
||||
},
|
||||
"lib": [
|
||||
"dom",
|
||||
@ -60,7 +60,8 @@
|
||||
{
|
||||
"name": "next"
|
||||
}
|
||||
]
|
||||
],
|
||||
"target": "ES2017"
|
||||
},
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
@ -72,4 +73,3 @@
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user