13 lines
177 B
JSON
13 lines
177 B
JSON
{
|
|
"extends": "./tsconfig.esm.json",
|
|
"include": [
|
|
"src/**/*",
|
|
"__tests__/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"types": [
|
|
"jest"
|
|
]
|
|
}
|
|
} |