mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
21 lines
529 B
JSON
21 lines
529 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"useDefineForClassFields": true,
|
|
"module": "commonjs",
|
|
"baseUrl": "./",
|
|
"paths": {},
|
|
"resolveJsonModule": true,
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"downlevelIteration": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"rootDir": "."
|
|
},
|
|
"include": ["lib", "tests"],
|
|
"exclude": ["examples"]
|
|
}
|