Skip to main content
Module

x/rimu/tsconfig.json

Readable text to HTML markup language
Go to Latest
File
{ "compilerOptions": { "target": "ES2015", "module": "ES2020", "strict": true, "declaration": true, "outDir": "./lib/esm" }, "include": [ "./src/node" ]}