mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 06:29:26 +08:00
10 lines
152 B
JavaScript
10 lines
152 B
JavaScript
module.exports = {
|
|
projects: [
|
|
{
|
|
root: './src/renderer',
|
|
package: '../../package.json',
|
|
tsconfig: './jsconfig.json'
|
|
}
|
|
]
|
|
}
|