Nuxt can be configured easily with one single file, called nuxt.config, it supports both .js and .ts extension.
nuxt.config
.js
.ts
export default { // My Nuxt config }
Learn more about all the different config properties