{ "$schema": "http://json.schemastore.org/tsconfig", "extends": "../tsconfig.json", "compilerOptions": { "baseUrl": ".", "paths": { "~/*": ["./src/*"] } } }