13 lines
230 B
JSON
13 lines
230 B
JSON
|
{
|
||
|
"include": [
|
||
|
"./src/**/*"
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"module": "es6",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"outDir": "./dist"
|
||
|
}
|
||
|
}
|