13 lines
169 B
JSON
13 lines
169 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"index.ts",
|
|
"lib/**/*.ts"
|
|
]
|
|
} |