11 lines
173 B
JSON
11 lines
173 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "./esm",
|
||
|
"rootDir": "./src",
|
||
|
"module": "ESNext"
|
||
|
},
|
||
|
"include": [
|
||
|
"./src/**/*"
|
||
|
]
|
||
|
}
|