Files
rrweb/packages/rrweb-snapshot/tsconfig.json
2026-04-01 12:00:00 +08:00

17 lines
351 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"strictNullChecks": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"rootDir": "src",
"outDir": "build",
"lib": ["es6", "dom"]
},
"compileOnSave": true,
"exclude": ["test"],
"include": ["src", "test.d.ts"]
}