D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
etb1lp46s9ed
/
washeet.softurecs.com
/
node_modules
/
openai
/
src
/
Filename :
tsconfig.json
back
Copy
{ // this config is included in the published src directory to prevent TS errors // from appearing when users go to source, and VSCode opens the source .ts file // via declaration maps "include": ["index.ts"], "compilerOptions": { "target": "ES2015", "lib": ["DOM", "DOM.Iterable", "ES2018"], "moduleResolution": "node" } }