This commit is contained in:
parent
68f5aa29ab
commit
febaa818f1
6 changed files with 14 additions and 7 deletions
|
|
@ -1,10 +1,19 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"esModuleInterop": true,
|
||||
"baseUrl": ".",
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@server/*": ["./server/src/*"]
|
||||
},
|
||||
"jsx": "react-jsx"
|
||||
"include":["src"],
|
||||
"references": [
|
||||
{
|
||||
"path": "src",
|
||||
"prepend": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue