# fixtures/sample-project dir: fixtures/sample-project index: fixtures/sample-project/.pi-map.index.md ## role Provides a minimal sample Node.js/TypeScript project fixture for testing and demonstrating the pi-project-map functionality. ## files - .gitignore | Specifies files and directories for Git to ignore in version control | dep: git - README.md | Provides a brief overview and directory structure for a small test project related to pi-project-map functionality. - package.json | Defines a sample Node.js project configuration with TypeScript build and Vitest testing scripts. | dep: typescript, vitest - tsconfig.json | Configures TypeScript compiler options for a Node.js project targeting ES2022 with strict type checking. ## arch Standard Node.js project structure using TypeScript with strict compilation, Vitest for testing, and ES2022 module output. ## tags project, typescript, git, readme, node, vitest, package, tsconfig ## symbols - ## workflows - ## dirty -