{ "compilerOptions": { "target": "ES6", "experimentalDecorators": true, "baseUrl": ".", "paths": { "@/*": ["./*"] } }, "exclude": ["node_modules"] }