diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-22 19:07:14 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-22 19:07:14 +0300 |
| commit | d963c3f40f075c05d70af32f44ed2bec8e00bc37 (patch) | |
| tree | 33a362746201ebec46e7c741e40a530d5f32e38b /frontend/tsconfig.json | |
| download | lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.tar.gz lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.tar.bz2 lphub-d963c3f40f075c05d70af32f44ed2bec8e00bc37.zip | |
init
Diffstat (limited to 'frontend/tsconfig.json')
| -rw-r--r-- | frontend/tsconfig.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json new file mode 100644 index 0000000..8d23599 --- /dev/null +++ b/frontend/tsconfig.json | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | { | ||
| 2 | "extends": "@vue/tsconfig/tsconfig.web.json", | ||
| 3 | "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], | ||
| 4 | "compilerOptions": { | ||
| 5 | "baseUrl": ".", | ||
| 6 | "paths": { | ||
| 7 | "@/*": ["./src/*"] | ||
| 8 | } | ||
| 9 | }, | ||
| 10 | |||
| 11 | "references": [ | ||
| 12 | { | ||
| 13 | "path": "./tsconfig.config.json" | ||
| 14 | } | ||
| 15 | ] | ||
| 16 | } | ||