Skip to content

Commit

Permalink
fix: switches from using playground tsconfig.js to using a manual one
Browse files Browse the repository at this point in the history
  • Loading branch information
SebbeJohansson committed Feb 6, 2023
1 parent e3f3a70 commit ebc5041
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion lib/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"extends": "./playground/.nuxt/tsconfig.json"
"compilerOptions": {
/* Language and Environment */
"target": "esnext" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */,

/* Modules */
"module": "esnext" /* Specify what module code is generated. */,
"moduleResolution": "node" /* Specify how TypeScript looks up a file from a given module specifier. */
}
}

0 comments on commit ebc5041

Please sign in to comment.