9 lines
176 B
JSON
9 lines
176 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "out-test",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*.ts", "test/**/*.ts"]
|
|
} |