14 lines
270 B
JSON
14 lines
270 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"noCheck": true
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|