Merge pull request #50 from prisma/DA-1571 #1
Annotations
8 errors and 1 warning
Release:
src/module.ts#L7
Cannot find module '@nuxt/kit'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
|
Release:
src/module.ts#L9
Cannot find module 'defu'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
|
Release:
src/module.ts#L25
Cannot find module '@prisma/client'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
|
Release:
src/module.ts#L66
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
|
Release:
src/module.ts#L67
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
|
Release:
src/module.ts#L93
The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', or 'nodenext'.
|
Release:
src/module.ts#L93
Property 'env' does not exist on type 'ImportMeta'.
|
Release
Process completed with exit code 1.
|
Release:
playground/server/api/hello.ts#L1
'event' is defined but never used
|