File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
Expand file tree Collapse file tree 5 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ export { eslintConfig as baseLintConfig } from './config/linter/base.js';
55export { eslintConfig as nextLintConfig } from './config/linter/next.js' ;
66
77// Export baseline configuration for Next.js
8- export { nextConfig } from './config/next/baseNextConfig .js' ;
8+ export { nextConfig } from './config/next/base .js' ;
Original file line number Diff line number Diff line change 11import { assert } from 'chai' ;
22import { it } from 'mocha' ;
3- import { nextConfig } from '../config/next/baseNextConfig .js' ;
3+ import { nextConfig } from '../config/next/base .js' ;
44
55describe ( 'Validate Successful Import of Next.js configuration' , ( ) => {
66 it ( 'Import is of object type' , ( done ) => {
Original file line number Diff line number Diff line change 11{
2- "extends" : " ./config/typescript/baseTsConfig .json" ,
2+ "extends" : " ./config/typescript/base .json" ,
33 "compilerOptions" : {
44 "outDir" : " ./bin" , /* Specify an output folder for all emitted files. */
55 "declaration" : true , /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
You can’t perform that action at this time.
0 commit comments