{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.options.json", "compilerOptions": { "rootDir": ".", "paths": { "src/*": ["./src/*"], "test/*": ["./test/*"] } }, "include": ["test"] }