13 lines
No EOL
260 B
JSON
13 lines
No EOL
260 B
JSON
{
|
|
"devDependencies": {
|
|
"@typescript/native-preview": "beta",
|
|
"@types/bun": "^1.3.13"
|
|
},
|
|
"scripts": {
|
|
"check": "tsgo --build",
|
|
"test": "bun test --pass-with-no-tests --tsconfig-override tsconfig.test.json"
|
|
},
|
|
"files": [
|
|
"src"
|
|
]
|
|
} |