Skip to content

Commit 6c8f4ea

Browse files
committed
back to none
1 parent 799c92b commit 6c8f4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sv/lib/cli/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ async function createProject(cwd: ProjectPath, options: Options) {
195195
},
196196
language: (o) => {
197197
if (options.types) return Promise.resolve(options.types);
198-
if (o.results.template === 'addon') return Promise.resolve('checkjs');
198+
if (o.results.template === 'addon') return Promise.resolve('none');
199199
return p.select<LanguageType>({
200200
message: 'Add type checking with TypeScript?',
201201
initialValue: 'typescript',

0 commit comments

Comments
 (0)