11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"rootDir": ".",
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src/**/*.ts", "bin/**/*.ts"],
|
|
"exclude": ["tests/**/*"]
|
|
}
|