2 changed files with 10 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||
{ |
|||
"compilerOptions": { |
|||
"emitDecoratorMetadata": true, |
|||
"experimentalDecorators": true, |
|||
"baseUrl": ".", |
|||
"paths": { |
|||
"components/*": ["./src/components/*"] |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue