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