syntxx_error
syntxx_error
DIAdiscord.js - Imagine an app
Created by syntxx_error on 3/26/2024 in #djs-questions
Typescript build failure
ok, fixed, thanks for the help
10 replies
DIAdiscord.js - Imagine an app
Created by syntxx_error on 3/26/2024 in #djs-questions
Typescript build failure
ok ill fix it
10 replies
DIAdiscord.js - Imagine an app
Created by syntxx_error on 3/26/2024 in #djs-questions
Typescript build failure
wait a sec 🤔 why the hack do i have 14.12.1 and i specified 14.14.1 🤔 sadge
10 replies
DIAdiscord.js - Imagine an app
Created by syntxx_error on 3/26/2024 in #djs-questions
Typescript build failure
10 replies
DIAdiscord.js - Imagine an app
Created by syntxx_error on 3/26/2024 in #djs-questions
Typescript build failure
nope, should i include it?
10 replies
DIAdiscord.js - Imagine an app
Created by syntxx_error on 3/26/2024 in #djs-questions
Typescript build failure
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "ES2020",
"noImplicitAny": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"sourceMap": true,
"outDir": "dist",
"baseUrl": ".",
"paths": {
"*": [
"node_modules/*"
]
}
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
]
}
{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "ES2020",
"noImplicitAny": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"sourceMap": true,
"outDir": "dist",
"baseUrl": ".",
"paths": {
"*": [
"node_modules/*"
]
}
},
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
]
}
10 replies