@nadeshikon/plugin-nextjs
Version:
Run Next.js seamlessly on Netlify
15 lines • 464 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./lib" /* Redirect output structure to the directory. */,
"rootDir": "./src", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
},
"include": [
"src/**/*.ts",
"src/**/*.js"
],
"exclude": [
"src/templates/edge/*",
"src/templates/edge-shared/*"
]
}