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