mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-04 07:52:51 +00:00
14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"typesSearchPaths": ["../"]
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"nodeunit-tests.ts"
|
|
]
|
|
} |