mirror of
https://github.com/falcion/Whisperer.md.git
synced 2026-07-22 05:35:19 +00:00
9 lines
159 B
JSON
9 lines
159 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"noEmit": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["scripts/**/*"]
|
|
}
|