strapi/packages/admin-test-utils/tsconfig.eslint.json
Josh d07d489109 chore: convert admin-utils to TS and reorganise preset setup
chore

chore: fix tests

chore: fix workflow

chore: tidy ups

chore: test fixes

chore: skip nx cache

chore: pr amends

chore: fix rogue incorrect import
2023-04-26 09:57:17 +01:00

7 lines
84 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
},
}