mirror of
https://github.com/aljazceru/goose.git
synced 2026-01-22 07:44:24 +01:00
Prompt Library (#1906)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{
|
||||
// This file is not used in compilation. It is here just for a nice editor experience.
|
||||
"extends": "@docusaurus/tsconfig",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "."
|
||||
"baseUrl": ".",
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"exclude": [".docusaurus", "build"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user