mirror of
https://github.com/ashim-hq/ashim
synced 2026-04-29 17:27:20 +00:00
12 lines
217 B
JSON
12 lines
217 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./dist",
|
||
|
|
"rootDir": "./src",
|
||
|
|
"lib": ["ES2022"],
|
||
|
|
"module": "ESNext",
|
||
|
|
"target": "ES2022"
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"]
|
||
|
|
}
|