mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-11 04:30:14 +00:00
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"strict": true,
|
|
"baseUrl": "../types",
|
|
"typeRoots": [
|
|
"../types"
|
|
],
|
|
"types": [],
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|