mirror of
https://github.com/krisk/Fuse.git
synced 2026-01-18 16:16:25 +00:00
* Cleanup build Partial: Requires next commit for a proper version! * Port tests to the Jest framework * Fix typings and cover them in a test This should resolve #261 as long as the system of the test is being used. That being said, this system allows for a fully typed configuration with IDE support TypeScript usage is further described in the documentation, so please accept that PR if this one is accepted. * Run standard-format * Remove duplicate types field from package
11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"moduleResolution": "node",
|
|
"target": "es6",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"strict": true
|
|
}
|
|
} |