12 lines
222 B
JSON
12 lines
222 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "src",
|
||
|
|
"esModuleInterop": true
|
||
|
|
},
|
||
|
|
"include": ["src"]
|
||
|
|
}
|