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