diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-04 01:53:24 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-04-04 01:53:24 +0200 |
| commit | 292257d627bd1dfeafd772ac6457e2f54c2b73ba (patch) | |
| tree | b7962648b87ab709e8529075ce912950019adaee /frontend/tsconfig.json | |
| parent | eee4ee32dd667ed6efd31ddcf8f64217b7e16b60 (diff) | |
| download | fia-292257d627bd1dfeafd772ac6457e2f54c2b73ba.tar.gz fia-292257d627bd1dfeafd772ac6457e2f54c2b73ba.tar.zst fia-292257d627bd1dfeafd772ac6457e2f54c2b73ba.zip | |
One step closer to the end
Diffstat (limited to 'frontend/tsconfig.json')
| -rw-r--r-- | frontend/tsconfig.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json new file mode 100644 index 0000000..0d131bd --- /dev/null +++ b/frontend/tsconfig.json @@ -0,0 +1,13 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "module": "ES2020", + "lib": [ + "DOM" + ], + "outDir": "../public/js" + }, + "include": [ + "ts/**/*" + ] +}
\ No newline at end of file |
