Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
- It is not intended to be used to perform a compilation.
- To learn more about this file see: https://angular.io/config/solution-tsconfig.
- */
- {
- "files": [],
- "compilerOptions": {
- "target": "ES5",
- "experimentalDecorators": true,
- "emitDecoratorMetadata": true
- },
- "references": [
- {
- "path": "./src/tsconfig.app.json"
- },
- {
- "path": "./src/tsconfig.spec.json"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement