17 lines
302 B
JSON
17 lines
302 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"target": "ES2021",
|
|
"outDir": "dist",
|
|
"module": "CommonJS",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"*.ts"
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules"
|
|
]
|
|
}
|