mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-24 06:33:33 +03:00
16 lines
333 B
JSON
16 lines
333 B
JSON
{
|
|
"version": "2.4.2",
|
|
"compilerOptions": {
|
|
"lib": ["es5", "es6"],
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|