UNPKG

@oeyoews/tiddlywiki-plugin-dev

Version:

[![](https://img.shields.io/badge/Join-TiddlyWiki_CN-blue)](https://github.com/tiddly-gittly)

10 lines (9 loc) 214 B
// eslint-disable-next-line import/no-commonjs module.exports = { root: true, extends: ['@modern-js-app'], parserOptions: { tsconfigRootDir: __dirname, project: ['../tsconfig.json'], }, };