mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-12 03:42:46 +00:00
* adding types for little-loader * adding support files * use 4 spaces * export directly * export default? * I'm so confused. * going back to original. giving up. * missing version and ; * trying to just export a function one more time... * remove export? * *sigh* * updating import on test * context is optional * update to deal with options case. * remove unnecessary generic?
17 lines
385 B
JSON
17 lines
385 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6", "dom"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": ["index.d.ts", "little-loader-tests.ts"]
|
|
}
|