Skip to content

Commit

Permalink
chore: fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Nov 23, 2024
1 parent 6534d6d commit 36af6af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
File renamed without changes.
11 changes: 8 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"compilerOptions": {
"baseUrl": "./",
"rootDir": "./",

"target": "ESNext",
// "moduleDetection": "force",

/* Modules */
"module": "NodeNext",
"rootDir": "./recipes/",
"moduleResolution": "nodenext",
"baseUrl": "./recipes/",
"allowImportingTsExtensions": true,
"resolvePackageJsonExports": true,
"resolvePackageJsonImports": true,
Expand Down Expand Up @@ -35,5 +36,9 @@

/* Completeness */
"skipLibCheck": true
}
},
"include": [
"./build/",
"./recipes/"
]
}

0 comments on commit 36af6af

Please sign in to comment.