mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
finish login story
This commit is contained in:
parent
a23184efd2
commit
c9cb4c95bc
34 changed files with 14564 additions and 21666 deletions
|
@ -10,7 +10,7 @@
|
|||
"es2015.iterable",
|
||||
"es2015.core"
|
||||
],
|
||||
"jsx": "react",
|
||||
"jsx": "preserve",
|
||||
"baseUrl": ".",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
|
@ -20,6 +20,13 @@
|
|||
"moduleResolution": "node",
|
||||
"paths": {
|
||||
"roleypoly/*": ["./src/*"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"allowJs": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noEmit": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue