mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-05 02:38:01 +00:00
15 lines
362 B
JSON
15 lines
362 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"types": ["mocha", "chai", "node"],
|
|
"target": "es2020",
|
|
"lib": ["es2020"],
|
|
"outDir": "out",
|
|
"rootDir": "src",
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
},
|
|
"include": ["src", "scripts"],
|
|
"exclude": ["node_modules/*", "../../node_modules/*", "../../tools/*"]
|
|
}
|