Files
Kmake/deps/v8/tools/tracing/proto-converter/tsconfig.json

13 lines
229 B
JSON
Raw Normal View History

2026-05-26 23:36:42 -07:00
{
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"lib": ["es6","dom"],
"outDir": "lib",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true
}
}