10 lines
189 B
JSON
10 lines
189 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"sourceMap": false,
|
|
"outDir": "../tests-out",
|
|
}
|
|
}
|