10 lines
156 B
JSON
10 lines
156 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "ES2020",
|
||
|
"declaration": true,
|
||
|
"outDir": "./dist"
|
||
|
},
|
||
|
"include": ["src/**/*"]
|
||
|
}
|