11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"extends": "@tabshift/typescript-config/base.json",
|
|
"exclude": ["tests", "**/*.spec.ts", "node_modules"],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|