2021-10-12 17:11:32 +00:00
|
|
|
{
|
2021-10-18 14:15:06 +00:00
|
|
|
"include": ["./src"],
|
|
|
|
"exclude": ["./docs", "./dist"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "dist",
|
|
|
|
"target": "es2020",
|
|
|
|
"lib": ["es2020"],
|
|
|
|
"module": "ES2020",
|
|
|
|
"moduleResolution": "Node",
|
|
|
|
"strict": false,
|
|
|
|
"sourceMap": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"declaration": true,
|
|
|
|
"allowJs": true
|
|
|
|
}
|
2021-10-12 17:11:32 +00:00
|
|
|
}
|