10 lines
161 B
JSON
10 lines
161 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2021",
|
||
|
"module": "esnext",
|
||
|
"outDir": "./dist/",
|
||
|
"rootDir": "./src/",
|
||
|
},
|
||
|
"extends": "tools-tsconfig/base.json",
|
||
|
}
|