mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-01 00:22:17 +00:00
15 lines
273 B
JSON
15 lines
273 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true,
|
||
|
"target": "es6",
|
||
|
"noImplicitAny": true,
|
||
|
"sourceMap": true,
|
||
|
"outDir": "dist",
|
||
|
"baseUrl": "."
|
||
|
},
|
||
|
"include": [
|
||
|
"index.ts"
|
||
|
]
|
||
|
}
|