[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test: enable type checking of app tests (#747)

authored by

James Garbutt and committed by
GitHub
d573553c 4d771408

+2
+2
nuxt.config.ts
··· 246 246 tsConfig: { 247 247 compilerOptions: { 248 248 noUnusedLocals: true, 249 + allowImportingTsExtensions: true, 249 250 }, 251 + include: ['../test/unit/app/**/*.ts'], 250 252 }, 251 253 sharedTsConfig: { 252 254 include: ['../test/unit/shared/**/*.ts'],