mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-06 21:54:01 -05:00
18 lines
355 B
JSON
18 lines
355 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Next.js",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
"jsx": "react-jsx",
|
|
"allowJs": true,
|
|
"incremental": true,
|
|
"allowImportingTsExtensions": true,
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
]
|
|
}
|
|
}
|