{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Bundler", "allowImportingTsExtensions": true, "noEmit": true, "paths": { "~": ["./app"], "~/*": ["./app/*"], "@": ["./app"], "@/*": ["./app/*"] } }, "include": ["./tests/**/*"] }