diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-01 20:09:47 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2023-01-01 20:09:47 -0500 |
| commit | b24748777294b3646e67c4b7e599e032ee1dfcf9 (patch) | |
| tree | f30debd3dcdeca6d35fdb551a22ab94eb3b9c46d /ui/tsconfig.json | |
| parent | fa6f3d619e6051d508d9f40c601f77f9b05e1784 (diff) | |
| download | paste-b24748777294b3646e67c4b7e599e032ee1dfcf9.tar.gz paste-b24748777294b3646e67c4b7e599e032ee1dfcf9.tar.xz | |
Start of Svelte UI
Diffstat (limited to 'ui/tsconfig.json')
| -rw-r--r-- | ui/tsconfig.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ui/tsconfig.json b/ui/tsconfig.json new file mode 100644 index 0000000..6ae0c8c --- /dev/null +++ b/ui/tsconfig.json @@ -0,0 +1,17 @@ +{ + "extends": "./.svelte-kit/tsconfig.json", + "compilerOptions": { + "allowJs": true, + "checkJs": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "resolveJsonModule": true, + "skipLibCheck": true, + "sourceMap": true, + "strict": true + } + // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias + // + // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes + // from the referenced tsconfig.json - TypeScript does not merge them in +} |
