13 lines
242 B
JSON
13 lines
242 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"outDir": "./lib",
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"noEmit": false,
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|