{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": true, "paths": { "~/*": ["./app/*"], "@/*": ["./*"] }, "customConditions": [] } }