Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
✨ feat(tsconfig): add examples for basic, references, circular, and strict null checks configurations
7c6c999View on GitHub📦 chore(types): add entries for 'files' and 'nullable-properties' in pnpm-lock.yaml
87cf20aView on GitHubdocs(typescript/files): format README.md for improved readability
792087eView on GitHub📄 docs(typescript/files): add testing instructions for the 'files' property in tsconfig.json
009224cView on GitHub📄 docs(typescript/files): add README documentation for the 'files' option in tsconfig.json
1667054View on GitHub✨ feat(typescript/files): add TypeScript configuration and example files for valid and invalid builds
7b9f4c7View on GitHub🙈 ignore(.gitignore): update .gitignore with comprehensive Node.js exclusions
270d9a5View on GitHub📄 docs(typescript): add README documentation for TypeScript workspace structure and configuration
ae96ad6View on GitHub✨ feat(typescript/nullable-properties): add documentation and examples for nullable properties in tsconfig.json
e7d193dView on GitHub✨ feat(typescript): initialize TypeScript project with package.json and pnpm configuration
d5bed2fView on GitHub✨ feat(rust/iter_a_collec): add iterating loop with for expression example
b1d4f5bView on GitHub✨ feat(rust/iter_a_collec): add iterating a collection example
97b38faView on GitHub✨ feat(rust/conditional_loops): add conditional loop example
e389386View on GitHub