tinymist/contrib/html/editors/vscode/tsconfig.test.json
Myriad-Dreamin 548f64aec9
feat: initialize tinymist-vscode-html extension (#1378)
* feat: migrate eslint

* feat: workspace prettierrc

* feat: workspace eslint

* chore: format files

* build: update yarn.lock

* feat: init html extension

* feat: html extension first working flow

* feat: css class support

* feat: update package metadata

* feat: check string context

* feat: clean code

* feat: delete unused yarn.lock
2025-02-23 18:56:47 +08:00

8 lines
147 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "test-dist"
},
"include": ["src/test"],
"exclude": ["node_modules"]
}