2023-03-25
https://gyazo.com/11eb656e983afa93193903c0a5f3a073
久々ですが満足です
https://gyazo.com/9133dc3809b387bd7d7d915036c426cdhttps://gyazo.com/f407dfa13277cb11309fefb2f546cf7f
買ってた鹿の角あげた
何回もハコられました…
@nystudio107 @jutanium SvelteKit is fully typed and typechecked, and so will Svelte be. You don't sacrifice anything except a little brevity when you drop .ts in favour of JSDoc .js + .d.ts
マジだった
参考元
Svelte is switching away from TypeScript?? This has got to be a mistake, right? (@Rich_Harris
@jutanium nope, the article is correct. SvelteKit is written in JS and distributed as source code — no build step — and it's been miraculous for productivity. build steps make sense for apps, they make much less sense for libraries
code:tsconfig.json
"declaration": true,
"declarationDir": "types",
"emitDeclarationOnly": true,