tinymist/syntaxes/textmate/tsconfig.json
Myriad-Dreamin 1c9db1ce69
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
build: make use of async io of js to speed up vscode builds (#2069)
2025-08-31 18:34:20 +08:00

15 lines
326 B
JSON

{
"compilerOptions": {
"module": "es2022",
"moduleResolution": "Bundler",
"target": "es2022",
"lib": ["es2022"],
"outDir": "dist",
"sourceMap": true,
"strict": true,
"noEmit": true,
"allowImportingTsExtensions": true
},
"include": ["*.ts", "scripts"],
"exclude": ["node_modules"]
}