chore(scaffold): activer TypeScript strict, alias @ et script typecheck
This commit is contained in:
parent
30a01677bd
commit
941ddb9856
3 changed files with 15 additions and 0 deletions
|
|
@ -15,6 +15,14 @@
|
|||
"noEmit": true,
|
||||
"jsx": "react-jsx",
|
||||
|
||||
/* Path aliases */
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
},
|
||||
|
||||
/* Strict type checking */
|
||||
"strict": true,
|
||||
|
||||
/* Linting */
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue