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
+-- @types/cookie-parser@1.4.7
+-- @types/cors@2.8.17
+-- @types/express@4.17.21
+-- @types/jsonwebtoken@9.0.6
+-- @types/node@20.11.30
+-- axios@1.6.8
+-- cookie-parser@1.4.6
+-- cors@2.8.5
+-- csurf@1.11.0
+-- discord.js@14.12.1
+-- dotenv@16.4.5
+-- express@4.19.2
+-- jsonwebtoken@9.0.2
+-- node-fetch@3.3.2
+-- nodemon@3.1.0
+-- pg@8.11.3
+-- ts-node@10.9.2
+-- typeorm@0.3.20
`-- typescript@5.4.2
+-- @types/cookie-parser@1.4.7
+-- @types/cors@2.8.17
+-- @types/express@4.17.21
+-- @types/jsonwebtoken@9.0.6
+-- @types/node@20.11.30
+-- axios@1.6.8
+-- cookie-parser@1.4.6
+-- cors@2.8.5
+-- csurf@1.11.0
+-- discord.js@14.12.1
+-- dotenv@16.4.5
+-- express@4.19.2
+-- jsonwebtoken@9.0.2
+-- node-fetch@3.3.2
+-- nodemon@3.1.0
+-- pg@8.11.3
+-- ts-node@10.9.2
+-- typeorm@0.3.20
`-- typescript@5.4.2
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