mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"include": ["tests/**/*", "tests/**/*.tsx"],
|
|
"exclude": ["src/*"],
|
|
"compilerOptions": {
|
|
"rootDir": "./tests",
|
|
"target": "ES2019",
|
|
"module": "ESNext",
|
|
"declaration": false,
|
|
"sourceMap": false,
|
|
"strict": false,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true,
|
|
"jsx": "react",
|
|
"noEmit": true
|
|
}
|
|
}
|