p006/api/img/octicons/10.0.0/lib/octicons_react/ts-tests/tsconfig.json

13 lines
263 B
JSON
Raw Normal View History

2022-11-29 22:06:03 +05:00
{
"$schema": "http://json.schemastore.org/tsconfig",
"compileOnSave": false,
"compilerOptions": {
"module": "commonjs",
"noEmit": true,
"noImplicitAny": true,
"jsx": "react",
"lib": ["es2015"],
"skipLibCheck": true
}
}