UNPKG

osbtools

Version:

A set of tools for working with osu! storyboards

16 lines 424 B
{ "compilerOptions": { "target": "esnext", "module": "commonjs", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./dist", "rootDir": "./src", "declaration": true, "declarationMap": true }, "include": ["./src/**/*"], "exclude": ["./tests/**/*"] }