Skip to main content
Module

x/remapper/.nycrc

A framework for Beat Saber map scripting.
Go to Latest
File
{ "cache": false, "check-coverage": false, "extension": [ ".ts" ], "include": [ "**/*.ts" ], "exclude": [ "coverage/**", "node_modules/**", "**/*.d.ts", "**/*.test.ts" ], "sourceMap": true, "reporter": [ "html", "text", "text-summary" ], "all": true, "instrument": true}