20 lines
No EOL
338 B
JSON
20 lines
No EOL
338 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
]
|
|
},
|
|
"types": [
|
|
"node",
|
|
"jest"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"tests/**/*"
|
|
]
|
|
} |