@rr0/data
Version:
RR0 data model
24 lines (23 loc) • 451 B
JSON
{
"compilerOptions": {
"declaration": true,
"module": "Node16",
"target": "ES2018",
"allowJs": true,
"moduleResolution": "Node16",
"lib": [
"es2022",
"dom"
],
"outDir": "./dist/",
"sourceMap": true,
"baseUrl": "./src",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": [
"src"
]
}