UNPKG

json-as

Version:

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

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