11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src"],
|
|
"exclude": ["**/*.test.*"],
|
|
"compilerOptions": {
|
|
"outFile": "dist/index.js",
|
|
"module": "amd",
|
|
"baseUrl": "src"
|
|
}
|
|
}
|