11 lines
182 B
JSON
11 lines
182 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"inlineSourceMap": true
|
|
}
|
|
}
|