mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-03-02 22:47:01 +00:00
8 lines
149 B
JSON
8 lines
149 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src", "tests", "eslint.config.ts", "package.json"]
|
|
}
|