12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"extends": "@lifetracker/typescript-config/base.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
|
|
},
|
|
"include": [
|
|
"."
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |