UNPKG

json-as

Version:

The only JSON library you'll need for AssemblyScript. SIMD enabled

13 lines (12 loc) 237 B
{ "compilerOptions": { "target": "ES2022", "module": "ES2020", "moduleResolution": "Node", "removeComments": true, "types": ["node"], "outDir": "./lib", "sourceMap": true }, "include": ["./src/**.ts"] }