MyRepo-Ums/node_modules/eventemitter-asyncresource/test/tsconfig.json
2024-01-19 11:09:11 +01:00

11 lines
143 B
JSON

{
"extends": "../tsconfig",
"compilerOptions": {
"strict": false,
"noImplicitAny": false
},
"include": [
"./**/*.ts"
]
}