wasm-bindgen/crates/typescript-tests/tsconfig.json
2019-04-01 19:45:53 -03:00

15 lines
276 B
JSON

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