diff options
Diffstat (limited to 'src/main/webui/tsconfig.json')
| -rw-r--r-- | src/main/webui/tsconfig.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/main/webui/tsconfig.json b/src/main/webui/tsconfig.json new file mode 100644 index 0000000..1f2c373 --- /dev/null +++ b/src/main/webui/tsconfig.json @@ -0,0 +1,27 @@ +{ + "compilerOptions": { + "target": "es6", + "lib": [ + "dom", + "dom.iterable", + "esnext", + "es2020" + ], + "allowJs": true, + "skipLibCheck": true, + "esModuleInterop": true, + "allowSyntheticDefaultImports": true, + "strict": true, + "forceConsistentCasingInFileNames": true, + "noFallthroughCasesInSwitch": true, + "module": "esnext", + "moduleResolution": "bundler", + "resolveJsonModule": true, + "isolatedModules": true, + "noEmit": true, + "jsx": "react-jsx" + }, + "include": [ + "src" + ] +}
\ No newline at end of file |
