Nano Chad
Nano Chad
DIAdiscord.js - Imagine an app
Created by Nano Chad on 3/17/2025 in #djs-questions
Unable to run code in production, code isnt running after build
done
5 replies
DIAdiscord.js - Imagine an app
Created by Nano Chad on 3/17/2025 in #djs-questions
Unable to run code in production, code isnt running after build
{
"compilerOptions": {
"target": "es2016",
"module": "CommonJS",
"rootDir": "./src",
"resolveJsonModule": true,
"outDir": "./build",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"useUnknownInCatchVariables": false,
"skipLibCheck": true
},
"include": [
"./src/**/*"
]
}
{
"compilerOptions": {
"target": "es2016",
"module": "CommonJS",
"rootDir": "./src",
"resolveJsonModule": true,
"outDir": "./build",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"useUnknownInCatchVariables": false,
"skipLibCheck": true
},
"include": [
"./src/**/*"
]
}
here is my tsconfig
5 replies