feat: add application shell

This commit is contained in:
Yangshun Tay
2022-09-29 19:47:31 +08:00
parent 523d91f920
commit dee60943d0
17 changed files with 465 additions and 98 deletions

View File

@ -1,6 +1,6 @@
module.exports = {
root: true,
extends: ['tih', 'next/core-web-vitals'],
extends: ['tih'],
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./tsconfig.json'],