diff options
| author | Fuwn <[email protected]> | 2022-03-08 05:56:17 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-08 05:56:17 +0000 |
| commit | 1073d1ac02a36477cd3bd26798e35c26d5b5b01f (patch) | |
| tree | 194ecdc7f671521536a021ae63f0d717159e2d53 /tsconfig.json | |
| download | archived-frontend-next-1073d1ac02a36477cd3bd26798e35c26d5b5b01f.tar.xz archived-frontend-next-1073d1ac02a36477cd3bd26798e35c26d5b5b01f.zip | |
feat(frontend-next): 0.1.0 :star:
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..d1deb76 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "./.svelte-kit/tsconfig.json" +} |