DefinitelyTyped/types/require-from-string/tsconfig.json
2017-08-21 13:12:21 +08:00

16 lines
397 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": ["index.d.ts", "require-from-string-tests.ts"]
}