Project import from github
This commit is contained in:
commit
0add58254d
179 changed files with 23756 additions and 0 deletions
18
tsconfig.test.json
Normal file
18
tsconfig.test.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"noEmit": true,
|
||||
"paths": {
|
||||
"~": ["./app"],
|
||||
"~/*": ["./app/*"],
|
||||
"@": ["./app"],
|
||||
"@/*": ["./app/*"],
|
||||
"#shared": ["./shared"],
|
||||
"#shared/*": ["./shared/*"],
|
||||
}
|
||||
},
|
||||
"include": ["./tests/**/*"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue