4fe28f5a95
* reorganize docs apps * add README * fix directory * add condition for old docs
10 lines
170 B
JavaScript
10 lines
170 B
JavaScript
const path = require("path")
|
|
|
|
module.exports = {
|
|
extends: ["docs"],
|
|
parserOptions: {
|
|
project: true,
|
|
tsconfigRootDir: path.join(__dirname, "..", ".."),
|
|
},
|
|
}
|