mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add update-codeowners script Right now it works but doesn't open a PR for you. Also not present as an npm script. * Dump in a bunch of code from TS * A few fixes and updates 1. Fix package.json formatting. 2. Adapt copied code from TS. * Ready to test locally * Fix git add * Put everything in one Promise chain Also start compiling JS files in scripts/
16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"strict": true,
|
|
"baseUrl": "../types",
|
|
"typeRoots": [
|
|
"../types"
|
|
],
|
|
"types": [],
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|