16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"target": "ES2020",
|
|
"outDir": "dist-test",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"noEmit": false
|
|
},
|
|
"include": [
|
|
"src/test/**/*",
|
|
"src/core/**/*"
|
|
]
|
|
} |