mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
* dev: move preview methods to compile handler * dev: move preview code * refactor: combine typst-preview and tinymist extension code * fix: indent
13 lines
253 B
JSON
13 lines
253 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2020",
|
|
"lib": ["es2020"],
|
|
"outDir": "out",
|
|
"rootDir": "src",
|
|
"sourceMap": true,
|
|
"strict": true
|
|
},
|
|
"include": ["src", "scripts"],
|
|
"exclude": ["node_modules"]
|
|
}
|