17 lines
346 B
JSON
17 lines
346 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"target": "ES2022",
|
||
|
"module": "NodeNext",
|
||
|
"moduleResolution": "nodenext",
|
||
|
"resolveJsonModule": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"declaration": true,
|
||
|
"rootDir": "./src",
|
||
|
"baseUrl": ".",
|
||
|
"outDir": "dist",
|
||
|
"allowJs": false
|
||
|
},
|
||
|
"include": ["./src"]
|
||
|
}
|