mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-03 23:42:50 +00:00
17 lines
311 B
JSON
17 lines
311 B
JSON
{
|
|
"files": [
|
|
"collections-tests.ts",
|
|
"index.d.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"lib": ["es6"],
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"noEmit": true
|
|
}
|
|
}
|