UNPKG

utquidem

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

11 lines (10 loc) 267 B
module.exports = { root: true, extends: ['@modern-js'], parserOptions: { // the base path used to search for `tsconfig.json` tsconfigRootDir: __dirname, // the relative path to sub-package's `tsconfig.json` project: ['./tsconfig.json'], }, };