mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-08 19:20:05 +00:00
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
|
|
}
|
|
}
|