12 lines
No EOL
228 B
JSON
12 lines
No EOL
228 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./build/",
|
|
"noImplicitAny": true,
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"jsx": "react",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["./src"],
|
|
"exclude": ["./src/public"]
|
|
} |