We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799c92b commit 6c8f4eaCopy full SHA for 6c8f4ea
packages/sv/lib/cli/create.ts
@@ -195,7 +195,7 @@ async function createProject(cwd: ProjectPath, options: Options) {
195
},
196
language: (o) => {
197
if (options.types) return Promise.resolve(options.types);
198
- if (o.results.template === 'addon') return Promise.resolve('checkjs');
+ if (o.results.template === 'addon') return Promise.resolve('none');
199
return p.select<LanguageType>({
200
message: 'Add type checking with TypeScript?',
201
initialValue: 'typescript',
0 commit comments