@rapidload/page-optimizer
Version:
Helps you get better page speed scores by analyzing and providing optimal actions (for Wordpress)
58 lines • 1.06 kB
JSON
{
"compilerOptions": {
"baseUrl": ".",
"target": "ESNext",
"useDefineForClassFields": true,
"lib": [
"DOM",
"DOM.Iterable",
"ESNext"
],
"allowJs": false,
"skipLibCheck": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
"paths": {
"app/*": [
"src/app/*"
],
"components/*": [
"src/components/*"
],
"@/components/*": [
"src/components/*"
],
"lib/*": [
"src/lib/*"
],
"@/lib/*": [
"src/lib/*"
],
"hooks/*": [
"src/hooks/*"
]
},
"incremental": true,
"plugins": [
{
"name": "next"
}
]
},
"include": [
"./src",
"types/**.ts",
".next/types/**/*.ts"
],
"exclude": [
"node_modules"
]
}