split-time
Version:
A JavaScript library for measuring FCP, LCP. Report real user measurements to tracking tool.
20 lines (19 loc) • 340 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": true,
"declarationDir": "dist/types",
"lib": ["esnext", "dom"],
"module": "esnext",
"outDir": "dist/es",
"sourceMap": true,
"target": "esnext"
},
"include": [
"src"
],
"exclude": [
"node_modules",
"dist"
]
}