Replit config
replit.com, a cloud IDE and code runner
| Type | object |
|---|---|
| File match |
replit.toml
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/replit-config/latest.json |
| Source | https://www.schemastore.org/replit.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
run
string | string[]
Command to run REPL
language
string
Language name used in REPL
audio
boolean
Enable/disable system-wide audio in REPL
packager
object
Universal Package Manager (UPM) configuration
5 nested properties
afterInstall
string
Command to run on new package install
ignoredPaths
string[]
List of ignored path
minItems=1uniqueItems=true
ignoredPackages
string[]
List of ignored packages
minItems=1uniqueItems=true
language
string
Language name
features
object
Universal Package Manager (UPM) features
2 nested properties
packageSearch
boolean
Enable/disable package search panel
guessImports
boolean
Enable/disable guessing required packages
languages
object
Language configuration