diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2025-11-29 20:18:11 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2025-11-29 20:18:11 +0500 |
| commit | e07dca81d05f304865a59c8afee98a3cde8bce8c (patch) | |
| tree | 2dd01bbc5fd20b6ae024f0c18eb8946887ae9339 /pred_gui/frontend/tsconfig.json | |
Project init
Diffstat (limited to 'pred_gui/frontend/tsconfig.json')
| -rw-r--r-- | pred_gui/frontend/tsconfig.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/pred_gui/frontend/tsconfig.json b/pred_gui/frontend/tsconfig.json new file mode 100644 index 0000000..6264574 --- /dev/null +++ b/pred_gui/frontend/tsconfig.json @@ -0,0 +1,25 @@ +{ + "compilerOptions": { + "target": "ESNext", + "useDefineForClassFields": true, + "module": "ESNext", + "lib": [ + "ESNext", + "DOM" + ], + "moduleResolution": "Node", + "strict": true, + "sourceMap": true, + "resolveJsonModule": true, + "isolatedModules": true, + "esModuleInterop": true, + "noEmit": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "noImplicitReturns": true, + "skipLibCheck": true + }, + "include": [ + "src" + ] +} |
