14 lines
171 B
JSON
14 lines
171 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"/*": ["./*"]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"**/node_modules/*",
|
|
"**/dist/*",
|
|
"**/.git/*"
|
|
]
|
|
}
|