regime/templates/tools-ts/package.json
2026-05-02 15:25:00 +02:00

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 {} \\;"
}
}