mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-16 05:59:21 +03:00
15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"baseUrl": "."
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
}
|