source: gs3-installations/thewillow/trunk/sites/thewillow/dlcol-chatgpt/DEPRECATED/react-gui/tsconfig.json@ 38824

Last change on this file since 38824 was 38752, checked in by davidb, 4 months ago

Initial cut at files for developing an embedded ChatGPT capability -- sourced on the content of a collection -- within Greenstone. Note: not currently operational

File size: 555 bytes
Line 
1{
2 "compilerOptions": {
3 "target": "es2020",
4 "lib": ["dom", "dom.iterable", "esnext"],
5 "allowJs": true,
6 "skipLibCheck": true,
7 "strict": true,
8 "forceConsistentCasingInFileNames": true,
9 "noEmit": true,
10 "esModuleInterop": true,
11 "module": "esnext",
12 "moduleResolution": "node",
13 "resolveJsonModule": true,
14 "isolatedModules": true,
15 "jsx": "preserve",
16 "incremental": true,
17 "paths": {
18 "@/*": ["./*"]
19 }
20 },
21 "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
22 "exclude": ["node_modules"]
23}
Note: See TracBrowser for help on using the repository browser.