9 lines
No EOL
154 B
JSON
9 lines
No EOL
154 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"outDir": "dist",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |