14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"importHelpers": true,
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"target": "es2019"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|