13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"sourceMap": true,
|
|
"declaration": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["tests"]
|
|
}
|