11 lines
183 B
JSON
11 lines
183 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "ESNext",
|
|
"target": "ES2022",
|
|
"allowJs": true,
|
|
"moduleResolution": "node"
|
|
}
|
|
}
|