UNPKG
@temper.sh/pitch
Version:
latest (1.0.2)
1.0.2
1.0.1
Utilities for working with pitch in arbitrary equal temperament spaces
@temper.sh/pitch
/
vitest.config.ts
8 lines
(6 loc)
•
169 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
tsconfigPaths
from
'vite-tsconfig-paths'
import
{ defineConfig }
from
'vitest/config'
export
default
defineConfig
({
plugins
: [
tsconfigPaths
()],
test
: {}, })