1
0
mirror of synced 2025-11-08 12:57:47 +00:00

chore(release): 1.0.0

This commit is contained in:
Jason Dreyzehner
2017-02-08 21:52:08 -05:00
parent b6efcf3e95
commit 7304e24d77
17 changed files with 3876 additions and 2 deletions

12
config/tsconfig-node.json Normal file
View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny" : true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true
}
}

View File

@@ -0,0 +1,5 @@
{
"compilerOptions": {
"strictNullChecks": true
}
}

View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"noImplicitAny" : true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true
}
}