Gitako/__tests__/tsconfig.json
2021-08-01 16:24:55 +08:00

10 lines
183 B
JSON

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