8 lines
No EOL
223 B
JSON
8 lines
No EOL
223 B
JSON
{
|
|
"devDependencies": {
|
|
"@typescript/native-preview": "beta"
|
|
},
|
|
"scripts": {
|
|
"check": "tsgo --noEmit && find . -mindepth 2 -name tsconfig.json -not -path '*/node_modules/*' -exec tsgo --noEmit -p {} \\;"
|
|
}
|
|
} |