{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "baseUrl": ".", "paths": { "root/**": ["./**"], "@/**": ["./react-ts/**"] } } }