mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
8 lines
147 B
JSON
8 lines
147 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "test-dist"
|
|
},
|
|
"include": ["src/test"],
|
|
"exclude": ["node_modules"]
|
|
}
|