13 lines
263 B
JSON
13 lines
263 B
JSON
|
{
|
||
|
"$schema": "http://json.schemastore.org/tsconfig",
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"noEmit": true,
|
||
|
"noImplicitAny": true,
|
||
|
"jsx": "react",
|
||
|
"lib": ["es2015"],
|
||
|
"skipLibCheck": true
|
||
|
}
|
||
|
}
|