Gitako/__tests__/tsconfig.json
2020-06-21 16:43:20 +08:00

9 lines
151 B
JSON

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