Gitako/__tests__/tsconfig.json
2024-07-16 00:25:48 +08:00

10 lines
183 B
JSON

{
"extends": "../tsconfig.json",
"include": ["."],
"exclude": ["tsconfig.json"],
"compilerOptions": {
"target": "ES5",
"module": "CommonJS",
"baseUrl": null
}
}