15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "es2022",
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "nodenext",
|
|
"target": "es2022",
|
|
"strict": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"files": [
|
|
"index.ts",
|
|
"util.ts"
|
|
]
|
|
}
|