8 lines
131 B
JSON
8 lines
131 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "esnext"
|
|
},
|
|
"include": ["src", "./test.setup.ts"]
|
|
}
|