{ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": "./src/ts" }, "include": ["src/ts/**/*"], "exclude": ["tests/**/*", "benchmarks/**/*"] }