mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"noEmit": true,
|
|
"rootDir": "../",
|
|
"esModuleInterop": true,
|
|
"types": ["jest"]
|
|
},
|
|
"include": ["./**/*", "../src/**/*"]
|
|
}
|