mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
37 lines
640 B
JSON
37 lines
640 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"lib": [
|
||
|
|
"DOM",
|
||
|
|
"DOM.Iterable",
|
||
|
|
"ES2022"
|
||
|
|
],
|
||
|
|
"allowJs": false,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"strict": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "Bundler",
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"isolatedModules": true,
|
||
|
|
"jsx": "react-jsx",
|
||
|
|
"plugins": [
|
||
|
|
{
|
||
|
|
"name": "next"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"incremental": true
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"next-env.d.ts",
|
||
|
|
".next/types/**/*.ts",
|
||
|
|
"**/*.ts",
|
||
|
|
"**/*.tsx",
|
||
|
|
".next/dev/types/**/*.ts"
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
"node_modules"
|
||
|
|
]
|
||
|
|
}
|