20 lines
436 B
JSON
20 lines
436 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noEmit": false,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"outDir": ".",
|
|
"rootDir": "src",
|
|
"jsx": "react",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["**/node_modules"]
|
|
}
|