11 lines
683 B
JSON
11 lines
683 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"declaration": true, /* Generates corresponding '.d.ts' file. */
|
|
"declarationMap": true, /* Generates a sourcemap for each corresponding '.d.ts' file. */
|
|
"outDir": "./build/", /* Redirect output structure to the directory. */
|
|
"rootDir": "./src/", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
|
|
},
|
|
"files": ["./src/index.ts", "./src/manage-listener.ts", "./src/sqlite-tools.ts"],
|
|
"exclude": ["./tests/**/*"]
|
|
} |