generated from nhcarrigan/template
feat: add start and end dates
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "../dist/out-tsc",
|
||||
"module": "commonjs",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
@@ -10,11 +11,6 @@
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noPropertyAccessFromIndexSignature": true
|
||||
},
|
||||
"files": [],
|
||||
"include": [],
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.lib.json"
|
||||
}
|
||||
]
|
||||
"include": ["src/**/*.ts", "test/**/*.ts"],
|
||||
"exclude": ["test/**/*.spec.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user