Files
wallet/tests/tsconfig.json
2022-11-08 14:04:11 +01:00

11 lines
198 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"target": "ES2019",
"noEmit": true,
"rootDir": "../",
"esModuleInterop": true
},
"include": ["./**/*", "../src/**/*"]
}