9 lines
135 B
JSON
9 lines
135 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "es5",
|
|
"baseUrl": "."
|
|
},
|
|
"exclude": ["node_modules", ".next"]
|
|
}
|