mirror of
https://github.com/FlipsideCrypto/snowflake-promise.git
synced 2026-02-06 03:07:13 +00:00
21 lines
417 B
JSON
21 lines
417 B
JSON
{
|
|
"include": [
|
|
"src/**/*",
|
|
"test/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "build",
|
|
"target": "ES5",
|
|
"module": "commonjs",
|
|
"sourceMap": true,
|
|
"lib": ["es5", "es2015.promise"],
|
|
"noImplicitReturns": true,
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"pretty": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"declaration": true
|
|
}
|
|
}
|