mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"plugins": [{ "name": "next" }],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"allowJs": true,
|
|
"jsx": "preserve",
|
|
"noEmit": true
|
|
}
|
|
}
|