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