UNPKG
@yopem/typescript-config
Version:
latest (0.1.0)
0.1.0
Yopem TypeScript configuration.
github.com/yopem/tooling
yopem/tooling
@yopem/typescript-config
/
src
/
nextjs.json
13 lines
(12 loc)
•
272 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"
$schema
"
:
"https://json.schemastore.org/tsconfig"
,
"extends"
:
"./base.json"
,
"compilerOptions"
: {
"plugins"
: [{
"name"
:
"next"
}],
"module"
:
"ESNext"
,
"moduleResolution"
:
"Bundler"
,
"allowJs"
:
true
,
"jsx"
:
"preserve"
,
"noEmit"
:
true
} }