14 lines
255 B
JSON
14 lines
255 B
JSON
{
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"module": "NodeNext",
|
|
"jsx": "react-jsx",
|
|
"esModuleInterop": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["*"]
|
|
}
|
|
},
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
|
|
}
|