|
{
|
|
"include": ["lib/**/*.ts"],
|
|
"exclude": ["lib/**/*.spec.ts"],
|
|
"compilerOptions": {
|
|
"rootDir": "lib",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"lib": ["ES2015", "DOM"]
|
|
}
|
|
}
|