first commit
This commit is contained in:
14
www/bower_components/moment/ts3.1-typing-tests/tsconfig.json
vendored
Normal file
14
www/bower_components/moment/ts3.1-typing-tests/tsconfig.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"compileOnSave": false,
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"noEmit": true,
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": true,
|
||||
"lib": ["ES2015"],
|
||||
},
|
||||
"files": [
|
||||
"../ts3.1-typings/moment.d.ts",
|
||||
"./moment-tests.ts"
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user