13 lines
290 B
JSON
13 lines
290 B
JSON
|
|
{
|
||
|
|
"extends": "../../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./dist",
|
||
|
|
"rootDir": "./src",
|
||
|
|
"declaration": false,
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"target": "ES2022"
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"]
|
||
|
|
}
|