usenet-indexer/tsconfig.json

10 lines
178 B
JSON

{
"extends": "@adonisjs/tsconfig/tsconfig.app.json",
"compilerOptions": {
"rootDir": "./",
"jsx": "react",
"outDir": "./build",
"esModuleInterop": true
}
}