13 lines
No EOL
238 B
JSON
13 lines
No EOL
238 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"target": "ES2015",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"moduleResolution": "node",
|
|
},
|
|
"include": [
|
|
"src",
|
|
"test"
|
|
],
|
|
} |