11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "dist-tests",
|
|
"rootDir": ".",
|
|
"types": ["node", "chrome"]
|
|
},
|
|
"include": ["tests/**/*.ts", "src/**/*.ts"]
|
|
}
|