1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-26 15:01:07 +00:00
2019-03-15 22:15:04 -03:00

15 lines
273 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"target": "es6",
"noImplicitAny": true,
"sourceMap": true,
"outDir": "dist",
"baseUrl": "."
},
"include": [
"src/*.ts"
]
}