mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-24 01:32:46 +00:00
* add b-spline types Signed-off-by: Ruby Quail <ruby@rubyquail.design> * Update index.d.ts * Update index.d.ts * fixed an error Signed-off-by: Ruby Quail <ruby@rubyquail.design> * fix tslint Signed-off-by: Ruby Quail <ruby@rubyquail.design> * export = Signed-off-by: Ruby Quail <ruby@rubyquail.design> * fixed export syntax Signed-off-by: Ruby Quail <ruby@rubyquail.design> * require format Signed-off-by: Ruby Quail <ruby@rubyquail.design> * missed a semicolon Signed-off-by: Ruby Quail <ruby@rubyquail.design>
17 lines
423 B
JSON
17 lines
423 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": ["index.d.ts", "b-spline-tests.ts"]
|
|
}
|