mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-22 09:37:54 +00:00
20 lines
501 B
JSON
20 lines
501 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["es6", "DOM"],
|
|
"module": "CommonJS",
|
|
"noImplicitAny": false,
|
|
"outDir": "lib",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"target": "es6",
|
|
"jsx": "react-jsx",
|
|
"typeRoots": ["./node_modules/@types"],
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
// "include": ["src/**/*", "../types"],
|
|
// "exclude": ["src/**/*.test.tsx", "../src/**/*.test.tsx"]
|
|
}
|