10 lines
229 B
JSON
10 lines
229 B
JSON
{
|
|
"name": "@konobangu/typescript-config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "git clean -xdf .cache .turbo dist node_modules",
|
|
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
|
|
}
|
|
}
|