2024-11-14 01:22:43 +07:00

14 lines
300 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"plugins": [{ "name": "next" }],
"module": "ESNext",
"moduleResolution": "Bundler",
"allowJs": true,
"jsx": "preserve",
"noEmit": true,
"noImplicitAny": false
},
"extends": "./base.json"
}