13 lines
277 B
JSON
13 lines
277 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"downlevelIteration": true,
|
|
"module": "esnext",
|
|
"target": "ES2018",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
}
|
|
}
|